UNPKG

@httpc/kit

Version:

httpc toolbox for building function-based API with minimal code and end-to-end type safety

3 lines (2 loc) 91 B
import { ICache } from "./types"; export declare function useCache(key: string): ICache;