UNPKG

node-postgres

Version:
7 lines (6 loc) 128 B
const text = require('./parsers.text'); const binary = require('./parsers.binary'); module.exports = { text, binary }