UNPKG

@jscutlery/swc-angular

Version:
5 lines (4 loc) 119 B
export declare class FileSystem { readJsonFile<T>(path: string): T; } export declare const fileSystem: FileSystem;