UNPKG

extension-develop

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