UNPKG

pd-api

Version:
9 lines (8 loc) 184 B
/** * Api helper * For static and pure functions */ export declare class ApiHelper { static GenerateURL(host: string, method: string, query?: any): string; constructor(); }