UNPKG

@schemifyjs/core

Version:

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

4 lines (3 loc) 104 B
export declare class ProjectAlreadyExistsValidator { static validate(projectPath?: string): void; }