UNPKG

@schemifyjs/core

Version:

Core module of the SchemifyJS CLI. Provides reusable functions such as scaffolding, template handling, and general utilities.

7 lines (6 loc) 154 B
export declare class ErrorHandler { static handle(error: unknown, options?: { exitCode?: number; }): void; private static logError; }