Skip to content

Commit

Permalink
Add new utility functions for replacing escaped and unescaped characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman committed Mar 10, 2024
1 parent 93175a3 commit cbc6a82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ export { encodeForBib } from "./util/encodeForBib";
export { encodeString } from "./util/encodeString";
export {
EscapeCharacterMap,
EscapeCharacters,
EscapedCharacter,
EscapedCharacterValues,
UnescapedCharacter,
UnescapedCharacterValues,
fromEscaped,
fromUnescaped,
replaceAllEscapedWithUnescaped,
replaceAllUnescapedWithEscaped,
toEscaped,
toUnescaped,
} from "./util/escapeCharacters";
Expand Down

0 comments on commit cbc6a82

Please sign in to comment.