Skip to content

Commit

Permalink
feat: export isSqlToken and createSqlTokenSqlFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 4, 2019
1 parent 242c927 commit b1a8b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Expand Up @@ -30,8 +30,12 @@ export type {
export {
createPool,
createSqlTag,
createSqlTokenSqlFragment,
createTypeParserPreset,
} from './factories';
export {
isSqlToken,
} from './utilities';
export * from './factories/typeParsers';
export {
BackendTerminatedError,
Expand Down

0 comments on commit b1a8b17

Please sign in to comment.