UNPKG

@httpc/kit

Version:

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

3 lines (2 loc) 119 B
import { CacheKey } from "./types"; export declare function cache(key: CacheKey, options?: any): ParameterDecorator;