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

Method assign

src/polyfill.ts:84–84  ·  view source on GitHub ↗
(target: any, ...sources: any[])

Source from the content-addressed store, hash-verified

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

Callers 3

renderMethod · 0.80
renderMethod · 0.80
content.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected