mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 23:40:18 +00:00
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'"