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) 234 B
export declare class ArtifactAlreadyExistsError extends Error { constructor(artifactName: string, artifactType: string, fullPath: string); static validate(artifactName: string, artifactType: string, basePath: string): void; }