Skip to content

Commit e255b3f

Browse files
committed
export all types
1 parent 9e4627d commit e255b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export function parseQuerySync(sql: string): ParseResult;
55
export function parsePlPgSQLSync(funcsSql: string): any;
66
export function fingerprint(sql: string): Promise<string>;
77
export function fingerprintSync(sql: string): string;
8+
export * from '@pgsql/types';

0 commit comments

Comments
 (0)