MCPcopy Index your code
hub / github.com/microsoft/SandDance / __assign

Function __assign

docs/app/js/sanddance-app.js:20181–20190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20179 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
20180}
20181var __assign = function() {
20182 __assign = Object.assign || function __assign(t) {
20183 for(var s, i = 1, n = arguments.length; i < n; i++){
20184 s = arguments[i];
20185 for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
20186 }
20187 return t;
20188 };
20189 return __assign.apply(this, arguments);
20190};
20191function __rest(s, e) {
20192 var t = {};
20193 for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];

Callers 1

initializeThemeStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected