Skip to content

Commit

Permalink
fix(types): export TypeNameIdentifierType
Browse files Browse the repository at this point in the history
Discovered after upgrading and a call to `sql.array()` was no longer possible without tricking the compiler with `... as unknown as SqlTokenType`
  • Loading branch information
tdavis committed Nov 23, 2020
1 parent b06f72b commit bec41b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export type {
SqlTaggedTemplateType,
SqlTokenType,
TaggedTemplateLiteralInvocationType,
TypeNameIdentifierType,
TypeParserType,
UnnestSqlTokenType,
ValueExpressionType,
Expand Down

0 comments on commit bec41b8

Please sign in to comment.