UNPKG

@rcsb/rcsb-saguaro-app

Version:
12 lines (11 loc) 308 B
export declare namespace UrlTools { function encodeUrlParameterList(paramList: { key: string; value: any; }[]): void; function encodeUrlParameter(key: string, value: any): void; function decodeUrlParameters(): { key: string; value: any; }[] | undefined; }