UNPKG

extension-develop

Version:
4 lines (3 loc) 213 B
import { JsFramework } from '../../webpack-types'; export declare function isUsingReact(projectPath: string): boolean; export declare function maybeUseReact(projectPath: string): Promise<JsFramework | undefined>;