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.

3 lines (2 loc) 174 B
export declare const writeToCursor: (cursor: string, text: string, content: string) => string; export declare const closeCursor: (cursor: string, content: string) => string;