UNPKG

@schemifyjs/schematics

Version:

Reusable schematics for scaffolding SchemifyJS projects.

3 lines (2 loc) 191 B
import { type TemplateGenerationOptions } from './types/template-generation-options.interface.js'; export declare function SchematicEngine(options: TemplateGenerationOptions): Promise<void>;