UNPKG

@tutkli/jikan-ts

Version:

Node.js wrapper for the Jikan API with built-in typings.

5 lines (4 loc) 263 B
import type { AfterResponseHook, BeforeErrorHook, BeforeRequestHook } from 'ky'; export declare const loggingBeforeRequest: BeforeRequestHook; export declare const loggingAfterResponse: AfterResponseHook; export declare const loggingBeforeError: BeforeErrorHook;