UNPKG

crypto-shelf

Version:

Library collection for password hashing, HMAC-based signature generation, and symmetric encryption. Build on top of Node's crypto module

6 lines (5 loc) 110 B
export function merge(...objects) { const merged = {}; Object.assign(merged, ...objects); return merged; }