UNPKG

js-crypto-key-utils

Version:

Universal Module for Cryptographic Key Utilities in JavaScript, including PEM-JWK converters

10 lines (9 loc) 168 B
/** * index */ import * as key from './key'; export declare const Key: typeof key.Key; declare const _default: { Key: typeof key.Key; }; export default _default;