Showing 1-20 of 262 packages
A faster alternative to Object.create(null)
Returns true if an object was created by the `Object` constructor, or Object.create(null).
ES `Object.create` intrinsic as a module.
Simple `propertiesObject` creation for use with `Object.create()`
Object.create replacement fixes bug in IE9-11
Sham for Object.create
LiveScript plugin that converts unary operator ^^ to Object.create
Object.create replacement compatible with old browsers. Extracted from https://github.com/kriskowal/es5-shim
Fastest way for creating null-prototype objects in JavaScript
`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.
Shorthand notation for Object.create(null) via node module hook
A safer `.hasOwnProperty()`
Function.create(proto, fn, props) — Object.create() for functions
Object.create polyfill
Browser-friendly inheritance fully compatible with standard node.js inherits()
Convert `__proto__` in object literals to `Object.create` + property assign
Object.create for the browser and node.js
Check if a value is a plain object
A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.