UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

7 lines 189 B
import { Schema } from 'airtight'; export const ModuleNameSchema = new Schema({ id: 'ModuleName', type: 'string', default: 'Untitled', }); //# sourceMappingURL=ModuleName.js.map