UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

9 lines (8 loc) 253 B
import { FetchFunction } from '../types/index.js'; export declare const fetchRelay: FetchFunction; export declare class FetchError extends Error { name: string; status: number; details: {}; constructor(message: string, code?: string); }