UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

5 lines 288 B
import type { GlobOptions } from 'tinyglobby'; type GlobPattern = string | string[]; export declare function globPaths(patterns: GlobPattern, options?: Omit<GlobOptions, 'absolute' | 'expandDirectories' | 'patterns'>): Promise<string[]>; export {}; //# sourceMappingURL=glob.util.d.ts.map