Skip to content

Commit 85caea3

Browse files
committed
fix: exports types
1 parent 0e90e9e commit 85caea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import literals from './literals';
1010
import channels from './channels';
1111
import type { ConnectionMessage, ConnectionEnqueueMessage } from './channels';
1212
import { RDSPoolConfig } from './PoolConfig';
13+
export * from './types';
1314

1415
interface PoolPromisify extends Omit<Pool, 'query'> {
1516
query(sql: string): Promise<any>;

0 commit comments

Comments
 (0)