UNPKG

bkc

Version:

:dog: If there are no dogs in Heaven, then when I die I want to go where they went.

9 lines (8 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deepCloneArray = (content) => { return [...content]; }; exports.deepCloneObject = (content) => { return Object.assign({}, content); };