1.0.11 • Published 10 months ago

@hazae41/hexane v1.0.11

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

Hex

Hexadecimal string types

npm i @hazae41/hexane

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.asOrThrow(raw, 32)

recover(hex)
1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago