Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
Checks if array has a value.
Checks if array has a value.
Checks if array has a key.
Function to sum the y values if the x values are equals. The x array has to be ordered.
Returns true if an array has duplicate elements
Checks if array has a key.
Checks if the given array has the search item (Type: string | number | boolean | object | array | null | undefined) based on the given options.
IsEquallySpaced is a simple utility function that given an array of numbers, evaluates wether or not every element is equally spaced, i.e. if every subsequent couple of numbers in the array has the same distance.
Test whether at least one element in a provided array has a specified own property.
Test whether at least one element in a provided array has a specified property, either own or inherited.
Get the ArrayBuffer out of a TypedArray, robustly.
Test whether at least one element in a provided array has a specified own property key-value pair.
Returns duplicates-removed array -- has options for case-sensitivity and strict-typing.
Run an array of functions in parallel
Checks if array starts with a prefix.
utilities for primitive JavaScript types
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Checks if array ends with a suffix.
Returns an array of all tabbable DOM nodes within a containing node.
A module that helps determine if an array has only unique elements
Copy a descriptor from object A to object B
Matches strings against configurable strings, globs, regular expressions, and/or functions
Checks if array contains an infix.