UNPKG

twitter-api-client

Version:
7 lines (6 loc) 300 B
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;