@nodescript/core
Version:
Visual programming language for Browser and Node
15 lines • 371 B
JavaScript
import { ModuleSpecSchema } from '../schema/ModuleSpec.js';
export const Input = ModuleSpecSchema.create({
moduleName: 'Inputs',
version: '1.0.0',
params: {},
result: {
schema: { type: 'any' },
},
cacheMode: 'never',
attributes: {
hideEvalControls: true,
forceColor: 'cyan',
},
});
//# sourceMappingURL=Input.js.map