mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08: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'"