Files

3 lines
170 B
TypeScript

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