UNPKG

projecthor

Version:

Save, manage, and run project setup commands automatically from the CLI.

3 lines (2 loc) 123 B
import { Project } from './types.js'; export declare function parseProjectSetupFile(filePath: string): Promise<Project[]>;