UNPKG

valync

Version:

**A lightweight, framework-agnostic async data handling library for React & Vue, inspired by Riverpod’s AsyncValue pattern and powered by ts-results-es.**

3 lines 173 B
import { ApiResponse } from "."; export declare const DefaultValyncClient: <T>(url: string, init: RequestInit) => Promise<ApiResponse<T>>; //# sourceMappingURL=util.d.ts.map