bigint-base62
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

CI

BigInt Base62 codec

Base62 codec that supports numbers greater than Number.MAX_SAFE_INTEGER.

Installation

yarn add bigint-base62

Usage

encode("1111111111111111111111111111111111111111") // "prkIoxEMsYZR5feGSINceX"
decode("prkIoxEMsYZR5feGSINceX") // "1111111111111111111111111111111111111111"

Package Sidebar

Install

npm i bigint-base62

Weekly Downloads

10

Version

1.0.19

License

MIT

Unpacked Size

12.5 kB

Total Files

12

Last publish

Collaborators

  • iamskok