UNPKG

@udraft/core

Version:

uDraft is a language and stack agnostic code-generation tool that simplifies full-stack development by converting a single YAML file into code for rapid development.

5 lines (4 loc) 138 B
import { UDraftError } from "./udraft-error"; export declare class ParsingError extends UDraftError { constructor(message: string); }