UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

9 lines (8 loc) 290 B
export declare class UrlParser { private static readonly SlashSuffix; private static readonly SlashPrefix; private static readonly Placeholder; static parse: (baseUrl: string, endpoint: string, args: any[]) => string; private static replace; private static merge; }