npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

passthrough-encoding

1.2.0

@mafintosh

npmHomeRepoSnykSocket
Downloads:218
$ npm install passthrough-encoding
DailyWeeklyMonthlyYearly

passthrough-encoding

An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatible

npm install passthrough-encoding

abstract-encoding build status

Usage

var enc = require('passthrough-encoding')

console.log(enc.encode(Buffer('hello'))) // prints Buffer('hello')
console.log(enc.encode('hello')) // prints Buffer('hello')

API

See mafintosh/abstract-encoding

License

MIT