UNPKG

extension-develop

Version:
4 lines (3 loc) 251 B
import { JsFramework } from '../../webpack-types'; export declare function isUsingSvelte(projectPath: string): boolean; export declare function maybeUseSvelte(projectPath: string, mode: 'development' | 'production'): Promise<JsFramework | undefined>;