UNPKG

night-api

Version:

Ce paquet Npm fourni une interface pour intéragir avec [Night-API](https://night-api.com)

17 lines 418 B
import { Jokes, Animals, SFW, NSFW, Games, Captcha, QRcode, IPinfo } from './API'; export declare class NightAPI { token: string; constructor(token: string); } export interface NightAPI { token: string; jokes: Jokes; animals: Animals; sfw: SFW; nsfw: NSFW; games: Games; captcha: Captcha; qrcode: QRcode; ipinfo: IPinfo; } //# sourceMappingURL=index.d.ts.map