Showing 1-20 of 1,860,480 packages
✨ convert style object to string. eg. { fontSize: 12 } => font-size: 12px
Parse CSS inline style to JavaScript object.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
string representations of objects in node and the browser
Returns true if a value is a plain object, array or function.
Delete nested properties from an object using dot notation.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Traverse JSON Schema passing each schema object to callback
Extend an object with the properties of additional objects. node.js/javascript util.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Create an object path from a list or array of strings.
Node.js object hash library with properties/arrays sorting to provide constant hashes
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Copy static properties, prototype properties, and descriptors from one object to another.
Wordwrap a string with ANSI escape codes
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
Call a specified method on each value in the given object.
Returns true if the value is an object and not an array or null.
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.