UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines 221 B
import { Schema } from 'airtight'; export const NodeEvalModeSchema = new Schema({ id: 'NodeEvalMode', type: 'string', enum: ['auto', 'manual'], default: 'auto', }); //# sourceMappingURL=NodeEvalMode.js.map