UNPKG

@schemifyjs/core

Version:

Core module of the SchemifyJS CLI. Provides reusable functions such as scaffolding, template handling, and general utilities.

5 lines (4 loc) 146 B
export declare class ProjectNotFoundError extends Error { constructor(projectPath: string); static validate(projectPath: string): void; }