UNPKG

rete-kit

Version:

Rete.js Kit ==== [![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) [![Discord](https://img.shields.io/discord/1081223198055604244?color=%237289da&label=Discord)](https://disco

15 lines (14 loc) 376 B
export interface InstructionFile { file: string; title: string; } export declare abstract class Context { abstract readonly name: string; abstract readonly description: string; abstract readonly instructions: InstructionFile[]; getName(): string; getInstructions(): (InstructionFile & { path: string; contextId: string; })[]; }