Returns true if an object was created by the Object
constructor, or Object.create(null).
Transforms css values and at-rule params into the tree
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Extend an object with the properties of additional objects. node.js/javascript util.