diff --git a/index.d.ts b/index.d.ts index e88d6d4..0e2abb0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1,4 @@ +import type FastGlob from 'fast-glob'; import {type Options as FastGlobOptions, type Entry} from 'fast-glob'; export type GlobEntry = Entry; @@ -203,3 +204,5 @@ export function isGitIgnored(options?: GitignoreOptions): Promise` in the format `{patterns: string[], options: Object}`, which can be passed as arguments to [`fast-glob`](https://github.com/mrmlnc/fast-glob). This is useful for other globbing-related packages.