UNPKG

cose-kit

Version:

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

4 lines (3 loc) 108 B
import type { SignFunction } from '../interfaces.d'; declare const sign: SignFunction; export default sign;