UNPKG

173 BTypeScriptView Raw
1import type { EncryptedJson } from './types.js';
2export declare function jsonEncryptFormat(encoded: Uint8Array, contentType: string[], isEncrypted: boolean): EncryptedJson;