UNPKG

@httpc/kit

Version:

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

3 lines (2 loc) 97 B
import { ILogger } from "./types"; export declare function useLogger(label?: string): ILogger;