UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 252 B
export declare const deleteURLParameter: (url: string, parameter: string) => { path: string; params: {}; }; export declare const getURLParameters: (url: string, paramName: string) => {}; export declare const serialize: (params: any) => string;