UNPKG

parse-cosekey

Version:

Parse COSE(CBOR Object Signing and Encryption) to JWK(JSON Web Key) or PEM.

5 lines (4 loc) 157 B
import ExtensibleCustomError from 'extensible-custom-error'; declare class KeyParseError extends ExtensibleCustomError { } export default KeyParseError;