DefinitelyTyped/types/pg
Alex Sherwin 88f695c16c Changing import of types to use named variants instead of an aliased
module

When "pg-native" is not available, importing the module as a wildcard
after tsc transpilation can cause the runtime to invoke the getter
for the 'native' export, which will print an annoying message from
the runtime (node, etc):

"Cannot find module 'pg-native'"
2018-03-01 00:27:30 -05:00
..
v6 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
index.d.ts add missing "remove" event 2018-02-15 09:37:02 +01:00
pg-tests.ts Changing import of types to use named variants instead of an aliased 2018-03-01 00:27:30 -05:00
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json