Showing 61-80 of 184,583 packages
Immutable custom array methods
Provides a function for detecting if an argument is an ArrayBuffer
Rules: * `array-iteratee-param-name` Validates length of iteratee function's params' names in array methods ```js // Iteratee param(s) name too short (at 1:15) [1, 2, 3].map(i => i * 10) // ---------------^ ``` * `function-para
A utility package for enhanced array methods with additional features and robust error handling.
Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.
Programmatic access to the ARIA specification
Yet another SVG path parser. This one's tiny
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
Robustly get the byte length of a Typed Array
Custom identity functions for composability
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the length of a Typed Array