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

Method fromBase64

xs/includes/xs.d.ts:80–80  ·  view source on GitHub ↗
(base64: string, options?: FromBase64Options)

Source from the content-addressed store, hash-verified

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

Callers 1

pemToDERMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected