UNPKG

@hazae41/argon2.wasm

Version:
7 lines (4 loc) 262 B
import { InitOutput } from '../../wasm/pkg/argon2_wasm.d.js'; export { Argon2Deriver, InitInput, Memory, SyncInitInput, initSync } from '../../wasm/pkg/argon2_wasm.d.js'; declare function initBundled(): Promise<InitOutput>; export { InitOutput, initBundled };