UNPKG

nanpow

Version:

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

7 lines 184 B
export default class CrossWorker { private _instance; onmessage: any; constructor(code: string); postMessage(e: any): void; } //# sourceMappingURL=worker.d.ts.map