UNPKG

@lottojs/ciapa

Version:

Sto bibliotecheto fato in JavaScript, te permete de farghe le chiamate HTTP e ciapar tute le informazioni che te serve par el to progèto.

4 lines (3 loc) 266 B
export declare function stringify(params: Record<string, string>): string; export declare function resolveUrl(baseUrl: string, path: string): string; export declare function constructUrl(path: string, queryParams?: Record<string, string>, baseUrl?: string): string;