Buffer.
Detect native function name support.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Arrays.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Test if an array-like value contains a search value.
Detect native Symbol.hasInstance support.
Create a zero-filled generic array.
Create a filled generic array.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Test if an object has a specified method name, either own or inherited.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Return an accessor function for retrieving an element from an indexed array-like object.
Generate string from a token array by interpolating values.
Test if a value is null.
Generic options parameter handling.
Checks whether a value is an object
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Test if a value is a number having a nonnegative value.
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a value is Node writable stream-like.
Return an array of an object's own enumerable property names.
Check if the runtime is a web browser.
Return an accessor function for setting an element in an indexed array-like object.