Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
interface
ObjectConstructor {
84
assign(target: any, ...sources: any[]): any
85
}
86
87
if
(typeof Object.assign !==
'function'
) {
88
Object.assign =
function
(target) {
Callers
3
render
Method · 0.80
render
Method · 0.80
content.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected