astro-ghostcms/.pnpm-store/v3/files/24/ce8d085d1a7bccae4f4b759b96c...

8 lines
585 B
Plaintext

interface FileSystemEntries {
readonly files: readonly string[];
readonly directories: readonly string[];
}
/** @param path directory of the tsconfig.json */
export declare function matchFiles(path: string, extensions: readonly string[] | undefined, excludes: readonly string[] | undefined, includes: readonly string[] | undefined, useCaseSensitiveFileNames: boolean, currentDirectory: string, depth: number | undefined, getFileSystemEntries: (path: string) => FileSystemEntries, realpath: (path: string) => string): string[];
export {};
//# sourceMappingURL=utilities.d.ts.map