Files
427e7578-d7bf-49c8-aee9-2dd…/yjs-poll/node_modules/lib0/crypto/common.d.ts

3 lines
183 B
TypeScript

export function exportKeyJwk(key: CryptoKey): Promise<JsonWebKey>;
export function exportKeyRaw(key: CryptoKey): Promise<Uint8Array<ArrayBuffer>>;
//# sourceMappingURL=common.d.ts.map