UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

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