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.

7 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UDraftError = void 0; class UDraftError extends Error { } exports.UDraftError = UDraftError; //# sourceMappingURL=udraft-error.js.map