UNPKG

161 BTypeScriptView Raw
1import type { EncryptedJson } from './types';
2export declare function jsonDecrypt({ encoded, encoding }: EncryptedJson, passphrase?: string | null): Uint8Array;