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

Function __makeTemplateObject

tslib.es6.js:255–258  ·  view source on GitHub ↗
(cooked, raw)

Source from the content-addressed store, hash-verified

253}
254
255export function __makeTemplateObject(cooked, raw) {
256 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
257 return cooked;
258};
259
260var __setModuleDefault = Object.create ? (function(o, v) {
261 Object.defineProperty(o, "default", { enumerable: true, value: v });

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…