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) 111 B
export declare class NameValidator { static NAME_REGEX: RegExp; static validate(name: string): void; }