UNPKG

@hazae41/argon2.wasm

Version:
14 lines (9 loc) 350 B
'use strict'; var index = require('./mods/index.cjs'); var argon2_wasm = require('../wasm/pkg/argon2_wasm.cjs'); exports.Argon2Wasm = index; exports.initBundled = index.initBundled; exports.Argon2Deriver = argon2_wasm.Argon2Deriver; exports.Memory = argon2_wasm.Memory; exports.initSync = argon2_wasm.initSync; //# sourceMappingURL=index.cjs.map