MCPcopy Create free account
hub / github.com/microsoft/tslib / __exportStar

Function __exportStar

tslib.es6.js:165–167  ·  view source on GitHub ↗
(m, o)

Source from the content-addressed store, hash-verified

163});
164
165export function __exportStar(m, o) {
166 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
167}
168
169export function __values(o) {
170 var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…