UNPKG

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