UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines 233 B
import { Schema } from 'airtight'; export const NodeCacheModeSchema = new Schema({ id: 'NodeCacheMode', type: 'string', enum: ['auto', 'always', 'never'], default: 'auto', }); //# sourceMappingURL=NodeCacheMode.js.map