UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 177 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deepCopy = deepCopy; function deepCopy(obj) { return JSON.parse(JSON.stringify(obj)); }