transformer.buffer-to-ascii

0.0.2 • Public • Published

transformer.buffer-to-ascii

Transformer conversion: buffer to ascii

This module is a transformer conversion, published on npm. Read more about transformer at:

Usage

Use this module through transformer.

Commandline

> echo '<SAMPLE INPUT>' | transform buffer ascii
<SAMPLE OUTPUT>

Javascript

var transformer = require('dat-transformer');
var tBufferToAscii = transformer('buffer', 'ascii');
tBufferToAscii('<SAMPLE INPUT>'); // '<SAMPLE OUTPUT>'

Package Sidebar

Install

npm i transformer.buffer-to-ascii

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jbenet