UNPKG

cose-kit

Version:

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

4 lines (3 loc) 116 B
import type { VerifyFunction } from '../interfaces.d'; declare const verify: VerifyFunction; export default verify;