Escape glob patterns
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
Expand multiple globs into file paths
Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)
Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API with NO performance issues
It's a very fast and efficient glob library for Node.js
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
PostCSS plugin to import CSS files
Require multiple modules using glob patterns. Supports exclusions.
Parse a glob pattern into an object of tokens.
Provide multiple patterns to node-glob
Actions glob lib
Retrieves a name:pathname Map for a given workspaces config
Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
Is this value a JS ArrayBuffer?
A simple list of possible Typed Array names.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability
Prefix an object (key/values) of globs with a slash and normalize. Supports negated globs too. Glob version of slasher module