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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    306
    • latest

Version History

Package Sidebar

Install

npm i string-encode-decode

Weekly Downloads

256

Version

1.0.7

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • jsh1400