Skip to content

Commit

Permalink
chore: 🤖 fix typescheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jul 27, 2024
1 parent 2f1d90c commit ca9f2ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/fsa-to-node/json.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import { CborEncoder } from '@jsonjoy.com/json-pack/lib/cbor/CborEncoder';
import { CborDecoder } from '@jsonjoy.com/json-pack/lib/cbor/CborDecoder';

export const encoder = new CborEncoder();
export const decoder = new CborDecoder();
import { encoder, decoder } from '@jsonjoy.com/json-pack/lib/cbor/shared';
export { encoder, decoder };

0 comments on commit ca9f2ef

Please sign in to comment.