UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

7 lines (6 loc) 153 B
import { Schema } from 'airtight'; export interface KeyValue { key: string; value: any; } export declare const KeyValueSchema: Schema<KeyValue>;