You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight encoding and decoding for numberized ids to shorter url-approved string.
Usage
import { encode, decode } from "feather-id-coding"
const a = encode(5719739598897152)
// a is "KKXAd"
const b = decode("KKXAd")
// b is 5719739598897152
About
Lightweight encoding and decoding for numberized ids to shorter url-approved string.