UNPKG

blake3

Version:

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly

5 lines 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const native = require('../native.node'); exports.default = native; //# sourceMappingURL=native.js.map