UNPKG

349 BTypeScriptView Raw
1import { PathService } from './ConfigParser';
2export default class FileSystemPathService implements PathService {
3 getcwd(): string;
4 loadFile<T>(path: string): T;
5 isFile(filepath: string): boolean;
6 glob(pattern: string): string[];
7 ensureAbsolutePath(filepath: string): string;
8}
9//# sourceMappingURL=FileSystemPathService.d.ts.map
\No newline at end of file