MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fromHex

Method fromHex

xs/includes/xs.d.ts:81–81  ·  view source on GitHub ↗
(string: string)

Source from the content-addressed store, hash-verified

79interface Uint8ArrayConstructor {
80 fromBase64(base64: string, options?: FromBase64Options): Uint8Array;
81 fromHex(string: string): Uint8Array;
82}
83
84interface BigIntConstructor {

Callers 3

convertFunction · 0.80
kat-ghash.jsFile · 0.80
digest_FIXTURE.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected