JSPM

postgres-bytea

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14347460
  • Score
    100M100P100Q329504F
  • License MIT

Postgres bytea parser

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 Build Status

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