Cache requires to be lazy-loaded when needed.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Robustly get the length of a Typed Array
Memoize/cache function results
Simple persistence for all Apollo cache implementations
walk paths fast and efficiently
This package is part of the [React Native CLI](../../README.md). It contains commands for cleaning the build artifacts.
Caches the result of following loaders on disk.
General purpose glob-based configuration matching.
Contain async insanity so that the dark pony lord doesn't eat souls
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse postgres array columns
Generic cache plugin for saving and restoring files and/or folders between Netlify builds
Useful TypeScript utilities.
sync disk cache
A cache object that deletes the least-recently-used items.