Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122933993
mixinDeep.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 23, 01:03
Size
426 B
Mime Type
text/x-java
Expires
Fri, Jul 25, 01:03 (2 d)
Engine
blob
Format
Raw Data
Handle
27593337
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
mixinDeep.d.ts
View Options
import { ExtensibleObject } from '../types';
/**
* Arrays & POJOs merged recursively, other objects and value types are overridden
* If target is not a POJO or an Array, it will get source properties injected via shallow merge
* Source objects applied left to right. Mutates & returns target. Similar to lodash merge.
*/
export default function mixinDeep(target?: ExtensibleObject, ...sources: any[]): ExtensibleObject;
Event Timeline
Log In to Comment