Package Exports
- postgres-bytea
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postgres-bytea) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
postgres-bytea 
Postgres bytea parser
Install
$ npm install --save postgres-bytea
Usage
var bytea = require('postgres-bytea');
bytea('\\000\\100\\200')
//=> buffer
API
bytea(input)
-> buffer
input
Required
Type: string
A Postgres bytea binary string.
License
MIT © Ben Drucker