UNPKG

167 BTypeScriptView Raw
1import type { EncryptedJson } from './types';
2export declare function jsonEncrypt(data: Uint8Array, contentType: string[], passphrase?: string | null): EncryptedJson;