burrito-stuff

1.1.1 • Public • Published

burrito

String Compressor, but the opposite (for fun)

Warning: This project is for FUN, and is not practical for production or even small project uses!

Documentation

Installation

npm install burrito-stuff

Setup

const { Stuff, Unstuff } = require('burrito-stuff') or import 'burrito-stuff'

Usage

Stuff

console.log(JSON.stringify(burrito.stuff('Hello world'))) // {"length":11,"H":[0],"e":[1],"l":[2,3,9],"o":[4,7]," ":[5],"w":[6],"r":[8],"d":[10]}

Unstuff

console.log(burrito.unstuff({"length":11,"H":[0],"e":[1],"l":[2,3,9],"o":[4,7]," ":[5],"w":[6],"r":[8],"d":[10]})) // Hello world

Readme

Keywords

none

Package Sidebar

Install

npm i burrito-stuff

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

2.98 kB

Total Files

4

Last publish

Collaborators

  • maxmobile