twitter-api-client
Version:
Node.js / JavaScript client for Twitter API
7 lines (6 loc) • 300 B
TypeScript
export declare const createParams: (params?: {
[key: string]: any;
} | undefined, exclude?: string[] | undefined) => string;
export declare const generateHash: (token: string) => string;
export declare const formatURL: (url: string) => string;
export declare const parse: <T>(body: string) => T;