Skip to content

hazae41/base16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base16

Base16 adapter for JS implementations

npm i @hazae41/base16

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies
  • Automatic implementation

Usage

const encoded: string = Base16.encodeOrThrow(new Uint8Array([1,2,3,4,5]))
const decoded: Uint8Array = Base16.decodeOrThrow(encoded)

About

Base16 adapter for JS implementations

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors