UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

5 lines 292 B
export declare function glob(pattern: string): string[]; export declare function getFullPath(baseFile: string, relative: string): string; export declare function fileExists(path: string): boolean; export declare function isFile(path: string): boolean; //# sourceMappingURL=filesystem.d.ts.map