Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kaos/dashboard / dist / esm / utils / path / path.d.ts
Size: Mime:
import { ApiPath } from '../../models/api/api.types';
import { PathArgs } from './path.types';
export declare function joinPaths(path: string, ...paths: string[]): string;
export declare function renderPath(path: string, pathArgs: PathArgs): string;
export declare function urlParamsToString(params: Record<string, any>): string;
export declare function getPathWithParams(path: ApiPath, params?: Record<string, any>): string | false | null | undefined;