UNPKG

react-cosmos

Version:

CLI for running React Cosmos inside webpack-powered apps

5 lines (4 loc) 260 B
export declare function requireModule(modulePath: string): any; export declare function moduleExists(modulePath: string): boolean | ""; export declare function fileExists(filePath: string): boolean; export declare function dirExists(dirPath: string): boolean;