15 packages found
Create an object from key-value pairs.
Fix property assignment on WebKit
Shorthand notation for Object.create(null) via node module hook
Shorthand notation for Object.create(null) via node module hook
Wrap an AudioContext to allow inheritance and additional properties.
(p, ...a) → Object.assign(Object.create(p), ...a)
MDN polyfills
Assigns properties of source object(s) to a new object.
- $.extend
- Object.assign
- Object.create
- _.assign
- _.extend
- assign
- callback
- concat
- concatenation
- concatenative
- concatenative inheritance
- customizer
- extend
- inheritance
- View more
A configurable utility to clone JavaScript data (Objects, Arrays, etc)
MDN polyfills
An ES-5 object property descriptor factory
Helpers for nice property setters/getters creation
This module is for mixing an objects in one super object.It uses __proto__ property to combine objects, but not just copying properties and methods.
- class
- inheritance
- super
- parent
- singleton
- method
- prototypal
- object.create
- object.defineProperty
- prototype
- __proto__
- setPrototypeOf
- Object.setPrototypeOf
- mixin
a simple way to wrap constructors and eliminate `new` from your code