UNPKG

@nekiro/kick-api

Version:

Efortlessly query kick.com api using easy to use interface with properly typed responses.

6 lines (5 loc) 229 B
import { KickClient } from "./client"; export type Client = Omit<KickClient, "request">; export declare const client: new (config: import("./types").KickClientConfig) => Client; export * from "./types"; export * from "./errors";