@types/is-glob
- Version 4.0.4
- Published
- 3.57 kB
- No dependencies
- MIT license
Install
npm i @types/is-glob
yarn add @types/is-glob
pnpm add @types/is-glob
Overview
TypeScript definitions for is-glob
Index
Functions
function isGlob
isGlob: ( pattern?: string | string[] | null, options?: isGlob.Options) => boolean;
Interfaces
interface Options
interface Options {}
property strict
strict?: boolean | undefined;
When
false
the behavior is less strict in determining if a pattern is a glob. Meaning that some patterns that would return false may return true. This is done so that matching libraries like micromatch have a chance at determining if the pattern is a glob or not.
Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/is-glob
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/is-glob)
- HTML<a href="https://www.jsdocs.io/package/@types/is-glob"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3706 ms. - Missing or incorrect documentation? Open an issue for this package.