Skip to content

Commit

Permalink
Export Pair type
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Mar 14, 2021
1 parent dadc893 commit e820d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ import { defaultPairs } from "./default";
export const unicodeHelper = unicodeHelperWith(defaultPairs);
// Export the function to create helper with custom pairs.
export { unicodeHelperWith };
export type { Pair } from "./unicode-helper";

0 comments on commit e820d99

Please sign in to comment.