UNPKG

@auth0/cose

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