UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

9 lines (8 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Clones an object and returns */ exports.default = (obj) => { return JSON.parse(JSON.stringify(obj)); };