diff --git a/packages/typescript-client/src/index.ts b/packages/typescript-client/src/index.ts index 56bc846e74..623c8b2599 100644 --- a/packages/typescript-client/src/index.ts +++ b/packages/typescript-client/src/index.ts @@ -17,3 +17,4 @@ export { camelToSnake, } from './column-mapper' export { compileExpression, compileOrderBy } from './expression-compiler' +export { defaultParser } from './parser'