We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a3701 commit ffe4cdcCopy full SHA for ffe4cdc
lib/index.js
@@ -91,4 +91,6 @@ module.exports = new PG(Client);
91
module.exports.__defineGetter__("native", function() {
92
delete module.exports.native;
93
return (module.exports.native = new PG(require(__dirname + '/native')));
94
-})
+});
95
+
96
+module.exports.types = require('./types');
0 commit comments