UNPKG

gizmo-api

Version:

A minimal wrapper for interfacing with the Gizmo API.

3 lines (2 loc) 162 B
import type { GizmoFetchResponse } from "../types.js"; export declare function gizmoFetch<T>(uri: string, options?: RequestInit): Promise<GizmoFetchResponse<T>>;