10 lines
436 B
JavaScript
10 lines
436 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$container$utils$assignWithIgnore = function(global, require, module, exports) {
|
|
exports.assignWithIgnore = function(target, options, ignore = {}) {
|
|
for (const key in options) {
|
|
ignore[key] || void 0 === options[key] || (target[key] = options[key]);
|
|
}
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$container$utils$assignWithIgnore.js.map
|