Skip to content

Commit

Permalink
Update export statements in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman committed Mar 9, 2024
1 parent fd43026 commit c0bf18c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ export {
UnicodeTeXCommandMappings,
} from "./util/UnicodeTeXCommand";
export { cleanForBib } from "./util/cleanForBib";
export * as months from "./util/convertMonth";
export {
Locale,
MonthFormat,
convertMonth,
convertMonthToNumeric,
} from "./util/convertMonth";
export { decodeString } from "./util/decodeString";
export { encodeForBib } from "./util/encodeForBib";
export { encodeString } from "./util/encodeString";

0 comments on commit c0bf18c

Please sign in to comment.