Skip to content

Commit

Permalink
feat: change TypeCast class to public export
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Oct 9, 2022
1 parent e6995f5 commit e0203b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions spec/types/typeCast.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { assert, test, _ } from 'spec.ts'
import { Expression } from 'tusken'
import { TypeCast } from '../../src/postgres/typeCast'
import { Expression, TypeCast } from 'tusken'
import { t } from '../db'

test('cast text to int', () => {
Expand Down
1 change: 1 addition & 0 deletions src/tusken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export * from './postgres/selection'
export * from './postgres/set'
export * from './postgres/table'
export * from './postgres/type'
export * from './postgres/typeCast'

0 comments on commit e0203b0

Please sign in to comment.