Skip to content

Commit ffe4cdc

Browse files
mjacksonbrianc
authored andcommitted
Export types module
1 parent 09a3701 commit ffe4cdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ module.exports = new PG(Client);
9191
module.exports.__defineGetter__("native", function() {
9292
delete module.exports.native;
9393
return (module.exports.native = new PG(require(__dirname + '/native')));
94-
})
94+
});
95+
96+
module.exports.types = require('./types');

0 commit comments

Comments
 (0)