1.0.3 • Published 9 months ago

@hazae41/hex v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Hex

Hexadecimal string types

npm i @hazae41/hex

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies

Usage

function recover(signature: ZeroHexString<32>) {
  // just use signature like a normal string
}

const raw = prompt("Enter your signature as zero-hex")
const hex = ZeroHexString.String.Length.fromOrThrow(raw, 32)

recover(hex)
1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago