UNPKG

201 BTypeScriptView Raw
1import type { EncryptedJsonEncoding } from './types';
2export declare function jsonDecryptData(encrypted?: Uint8Array | null, passphrase?: string | null, encType?: EncryptedJsonEncoding[]): Uint8Array;