UNPKG

next

Version:

The React Framework

5 lines (4 loc) 188 B
export declare type TypeScriptIntent = { firstTimeSetup: boolean; }; export declare function getTypeScriptIntent(baseDir: string, pagesDir: string): Promise<TypeScriptIntent | false>;