string-encode-decode
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

string encode decode

string encode decode

string encode / decode online Demo

NPM version NPM downloads NPM downloads MIT License Build Status

npm i string-encode-decode
 
import {encode, decode} from 'string-encode-decode'
 
let en = encode("hello") // s%p4ts4x%e5 
let de = decode("s%p4ts4x%e5") // hello
 

Javad Shariati jsh1400@yahoo.com

Package Sidebar

Install

npm i string-encode-decode

Weekly Downloads

421

Version

1.0.7

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • jsh1400