UNPKG

cose-kit

Version:

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

2 lines (1 loc) 85 B
export const reverseMap = (map) => new Map(Array.from(map).map(([k, v]) => [v, k]));