mergician icon indicating copy to clipboard operation
mergician copied to clipboard

Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced opti...

Results 2 mergician issues
Sort by recently updated
recently updated
newest added

First off, great library. My request is that mergician would infer the type of the object passed in, or at least allow a generic From the types definition, I see...

## Using Uint8Array give error: ``` TypeError { message: 'Method get %TypedArray%.prototype.buffer called on incompatible receiver [object Object]' } › file://node_modules/mergician/dist/mergician.esm.js:305:30 ``` I can’t filter because code execution does not...