Skip to content

Commit

Permalink
fix: export new functions naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Oct 21, 2023
1 parent e955661 commit e945b3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { generate } from "./encode.js";
export { detect, parse } from "./decode.js";
export { encode, generate } from "./encode.js";
export { decode, detect, parse } from "./decode.js";

export * from "./types.js";

0 comments on commit e945b3a

Please sign in to comment.