smallerjs
v1.1.14
Published
A way to send data through URL automatically eliminating repeating data.
Downloads
6
Readme
smaller js
A way to send data through URL automatically eliminating repeating data.
import smallerjs from "smallerjs"
const {encode, decode} = smallerjs()
const asUrl = encode(user)
console.log(decode(asUrl) )