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) 129 B
export declare class ArtifactAlreadyExistsValidator { static validate(name: string, type: string, basePath: string): void; }