MCPcopy Index your code
hub / github.com/learnapollo/learnapollo / ObjectConstructor

Interface ObjectConstructor

src/polyfill.ts:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83interface ObjectConstructor {
84 assign(target: any, ...sources: any[]): any
85}
86
87if (typeof Object.assign !== 'function') {
88 Object.assign = function (target) {

Callers 3

renderMethod · 0.80
renderMethod · 0.80
content.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected