Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 751 Bytes

@urlpack/base62

Package Version License Bundle Size

Pure JavaScript implementation of the Base62 codec.

  • Zero dependencies
  • ES Modules & Browser compatible
  • Tree-shakable encoder and decoder

Characters

This package is using GMP style.

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

You can make your own Base-N codec with custom alphabet using @urlpack/base-codec

License

MIT