UNPKG

simpleddp-node

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

9 lines (8 loc) 345 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.fullCopy = void 0; const clone_deep_1 = __importDefault(require("clone-deep")); exports.fullCopy = clone_deep_1.default;