Package Exports
- string-encode-decode
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (string-encode-decode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
string encode decode
string encode / decode online Demo
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