We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4627d commit e255b3fCopy full SHA for e255b3f
index.d.ts
@@ -5,3 +5,4 @@ export function parseQuerySync(sql: string): ParseResult;
5
export function parsePlPgSQLSync(funcsSql: string): any;
6
export function fingerprint(sql: string): Promise<string>;
7
export function fingerprintSync(sql: string): string;
8
+export * from '@pgsql/types';
0 commit comments