UNPKG

@ace-fetch/vue

Version:

vue adapter for @ace-fetch/core.

4 lines (3 loc) 156 B
import type { FetchClient } from '@ace-fetch/core'; import type { Fetch } from '../types'; export declare function createFetch(client: FetchClient): Fetch;