Skip to content

jbenet/transformer.base32-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transformer.base32-to-ascii

Transformer conversion: base32 to ascii

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

Usage

Use this module through transformer.

Commandline

> echo 'c9jpaw10c9qpyw0' | transform base32 ascii
'beep boop'

Javascript

var transformer = require('dat-transformer');
var tBase32ToAscii = transformer('base32', 'ascii');
tBase32ToAscii('c9jpaw10c9qpyw0'); // 'beep boop'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published