Skip to content

Commit 8352c79

Browse files
committed
quoteutils
1 parent c2e23e7 commit 8352c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/deparser/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const deparse = async (...args: Parameters<typeof deparseMethod>): Promis
1010
return deparseMethod(...args);
1111
};
1212

13-
export { Deparser, DeparserOptions };
13+
export { Deparser, DeparserOptions };
14+
export { QuoteUtils } from './utils/quote-utils';

0 commit comments

Comments
 (0)