react-styleguidist
Version:
React components style guide generator
12 lines (11 loc) • 300 B
TypeScript
/**
* Find a file in a directory, case-insensitive
*
* @param {string} filepath
* @return {string|undefined} File path with correct case
*/
export default function findFileCaseInsensitive(filepath: string): string | undefined;
/**
* Clear cache.
*/
export declare function clearCache(): void;