UNPKG

twitter-api-v2

Version:

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

3 lines (2 loc) 127 B
export declare function arrayWrap<T>(value: T | T[]): T[]; export declare function trimUndefinedProperties(object: any): void;