1.0.7 • Published 4 years ago

string-encode-decode v1.0.7

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

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