Skip to content

📠 Base16 encoder/decoder for JavaScript

License

Notifications You must be signed in to change notification settings

codec-bytes/base16

Repository files navigation

Base16 encoder/decoder for JavaScript. See docs. Parent is @codec-bytes/about.

import{encode,decode}from'@codec-bytes/base16';encode('DEADBEEF');// [ 222, 173, 190, 239 ]decode([222,173,190,239]);// 'DEADBEEF'

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •