JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 291
  • Score
    100M100P100Q132658F
  • License MIT

string encode/decode

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

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