UNPKG

twitter-api-v2

Version:

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.

12 lines (11 loc) 491 B
export declare function arrayWrap<T>(value: T | T[]): T[]; export declare function trimUndefinedProperties(object: any): void; export declare function isTweetStreamV2ErrorPayload(payload: any): boolean; export declare function hasMultipleItems(item: string | string[]): boolean; export interface IDeprecationWarning { instance: string; method: string; problem: string; resolution: string; } export declare function safeDeprecationWarning(message: IDeprecationWarning): void;