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) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DevContext = void 0; const base_1 = require("../base"); class DevContext extends base_1.Context { constructor() { super(...arguments); this.name = 'dev'; this.description = 'Adding to Existing Projects - Help users add Rete.js to their existing codebase/application'; this.instructions = [ { file: 'instructions.md', title: 'Dev Context - Adding to Existing Projects' } ]; } } exports.DevContext = DevContext;