UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines 233 B
import { Schema } from 'airtight'; export const FetchHeadersSchema = new Schema({ id: 'FetchHeaders', type: 'object', properties: {}, additionalProperties: { type: 'any' }, }); //# sourceMappingURL=FetchHeaders.js.map