UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines 254 B
import { Schema } from 'airtight'; import { FetchMethod } from '../types/index.js'; export const FetchMethodSchema = new Schema({ id: 'FetchMethod', type: 'string', enum: Object.values(FetchMethod), }); //# sourceMappingURL=FetchMethod.js.map