UNPKG

react-cosmos

Version:

CLI for running React Cosmos inside webpack-powered apps

6 lines (5 loc) 233 B
export declare function replaceKeys(str: string, map: { [key: string]: string; }): string; export declare function removeLeadingSlash(fromPath: string): string; export declare function removeLeadingDot(fromPath: string): string;