UNPKG

nanpow

Version:

This repository contains a WebAssembly based multi-threaded PoW generator.

6 lines 203 B
/** * Decodes the provided base64 encoded wasm stub * @param stub - The base64 wasm stub */ export declare function decodeWasmModule(stub: string): Uint8Array; //# sourceMappingURL=utils.d.ts.map