transformer.base64-to-ascii

0.0.2 • Public • Published

transformer.base64-to-ascii

Transformer conversion: base64 to ascii

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

Usage

Use this module through transformer.

Commandline

> echo 'YmVlcCBib29w' | transform base64 ascii
beep boop

Javascript

var transformer = require('dat-transformer');
var tBase64ToAscii = transformer('base64', 'ascii');
tBase64ToAscii('YmVlcCBib29w'); // 'beep boop'

Package Sidebar

Install

npm i transformer.base64-to-ascii

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jbenet