UNPKG

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