UNPKG

myteams-api

Version:

An MyTeams Module to use discord.js and Twitch API easily

8 lines (7 loc) 477 B
import { FParseMixedParam } from "./functions"; import { Stream } from "./objects"; export declare function isNumber(value: unknown): boolean; export declare function parseMixedParam({ values, stringKey, numericKey, }: FParseMixedParam): string; export declare function parseOptions<T>(options: T): string; export declare function parseArrayToQueryString(key: string, arr: readonly unknown[]): string; export declare function addThumbnailMethod(stream: Stream): Stream;