1.0.7 • Published 6 years ago
string-encode-decode v1.0.7
string encode decode

string encode / decode online Demo
npm i string-encode-decodeimport {encode, decode} from 'string-encode-decode'
let en = encode("hello") // s%p4ts4x%e5
let de = decode("s%p4ts4x%e5") // helloJavad Shariati jsh1400@yahoo.com