UNPKG

@controladad/ng-base

Version:
7 lines (6 loc) 283 B
export declare class APIHelper { static dropSlash(url: string): string; static prependSlash(url: string): string; static nestValues(obj: any, keepIdAtTopLevel?: boolean): any; static download(resultOrUrl: object | string, baseUrl: string, filename?: string): void; }