UNPKG

node-warp

Version:

Web-agnostic Rapid Prototyping tools

9 lines (7 loc) 172 B
"use strict"; exports["default"] = function (obj, defaults) { var newObj = defaults({}, obj); delete newObj["default"]; return newObj; }; exports.__esModule = true;