UNPKG

extension-develop

Version:
5 lines (4 loc) 191 B
export declare function isUsingLess(projectPath: string): boolean; type Loader = Record<string, any>; export declare function maybeUseLess(projectPath: string): Promise<Loader[]>; export {};