UNPKG

@bleed-believer/path-alias

Version:
5 lines (4 loc) 186 B
import type { Entry, Options, Pattern } from 'fast-glob'; export type FastGlobFunction = (source: Pattern | Pattern[], options: Options & { objectMode: true; }) => Promise<Entry[]>;