Skip to content

Commit 66882d6

Browse files
authored
fix: exports types (#3)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved module exports for better usability and access to types. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 0e90e9e commit 66882d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/client.ts

+1
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)