We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e23e7 commit 8352c79Copy full SHA for 8352c79
packages/deparser/src/index.ts
@@ -10,4 +10,5 @@ export const deparse = async (...args: Parameters<typeof deparseMethod>): Promis
10
return deparseMethod(...args);
11
};
12
13
-export { Deparser, DeparserOptions };
+export { Deparser, DeparserOptions };
14
+export { QuoteUtils } from './utils/quote-utils';
0 commit comments