UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

4 lines (3 loc) 139 B
import { Schema } from 'airtight'; export type HttpDict = Record<string, string[]>; export declare const HttpDictSchema: Schema<HttpDict>;