UNPKG

refql

Version:

A Node.js and Deno library for composing and running SQL queries.

9 lines (8 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const copyObj = (obj) => { const copy = Object.create(Object.getPrototypeOf(obj)); Object.assign(copy, obj); return copy; }; exports.default = copyObj;