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

16 lines (15 loc) 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OnboardContext = void 0; const base_1 = require("../base"); class OnboardContext extends base_1.Context { constructor() { super(...arguments); this.name = 'onboard'; this.description = 'Learning & Concepts - Help users new to Rete.js understand fundamentals'; this.instructions = [ { file: 'instructions.md', title: 'Onboard Context - Learning & Concepts' } ]; } } exports.OnboardContext = OnboardContext;