UNPKG

cose-kit

Version:

This is an early prototype of a RFC8152 COSE library for node.js.

4 lines (3 loc) 153 B
import { Encoder, addExtension as addExtInt } from 'cbor-x'; export declare const encoder: Encoder; export declare const addExtension: typeof addExtInt;