UNPKG

typings-core

Version:
4 lines (3 loc) 232 B
export declare function findProject(dir: string): Promise<string>; export declare function findConfigFile(dir: string): Promise<string>; export declare function findUp(dir: string, filename: string, from?: string): Promise<string>;