mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
Merge pull request #19477 from andrew8er/feature/reexport_module_as_native
[pg] Reexport the 'pg' module under an attribute 'native'
This commit is contained in:
4
types/pg/index.d.ts
vendored
4
types/pg/index.d.ts
vendored
@@ -135,3 +135,7 @@ export class Events extends events.EventEmitter {
|
||||
export const types: typeof pgTypes;
|
||||
|
||||
export const defaults: Defaults & ClientConfig;
|
||||
|
||||
import * as Pg from 'pg';
|
||||
|
||||
export const native: typeof Pg | null;
|
||||
|
||||
Reference in New Issue
Block a user