UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

23 lines 539 B
import { ModuleSpecSchema } from '../schema/ModuleSpec.js'; export const EvalJson = ModuleSpecSchema.create({ moduleName: 'Eval / Json', version: '1.0.0', description: 'Returns a JSON value.', params: { code: { schema: { type: 'string', }, hideSocket: true, attributes: { renderer: 'json', }, } }, result: { schema: { type: 'any', } } }); //# sourceMappingURL=EvalJson.js.map