UNPKG

@seniorsistemas/senior-core

Version:
8 lines (7 loc) 202 B
export declare class Platform { #private; constructor(envOrUrl: string); get anonymousUrl(): string; get restUrl(): string; getUrlPath(baseUrl: string, ...args: string[]): string; }