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) 95 B
export declare class ProjectNotFoundValidator { static validate(basePath: string): void; }