UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

9 lines (8 loc) 261 B
import * as t from "lodash"; function s(i, n) { return t.mergeWith(i, n, (e, r) => Array.isArray(e) && Array.isArray(r) ? [...e, ...r] : t.isObject(e) && t.isObject(r) ? { ...e, ...r } : r); } export { s as merge }; //# sourceMappingURL=merge.helper.js.map