Files
echo-nexus/node_modules/lib0/dist/crypto/common.d.ts
T

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