UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

9 lines (8 loc) • 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STATIC_CONTEXT = exports.CONTROLLER_ID_KEY = void 0; exports.CONTROLLER_ID_KEY = 'CONTROLLER_ID'; const STATIC_CONTEXT_ID = 1; exports.STATIC_CONTEXT = Object.freeze({ id: STATIC_CONTEXT_ID, });