UNPKG

cose-kit

Version:

**DEPRECATED:** Use [@auth0/cose](https://www.npmjs.com/package/@auth0/cose).

6 lines (5 loc) 197 B
import { KeyType } from "./kty.js"; import { Curve } from "./curve.js"; import { COSEKeyParam } from "./params.js"; export { COSEKey } from './COSEKey.js'; export { COSEKeyParam, KeyType, Curve };