UNPKG

rxrest

Version:

RxRest a reactive REST utility

6 lines (5 loc) 199 B
export declare function objectToMap(map: URLSearchParams | Headers, item: any): any; /** * UUID generator https://gist.github.com/jed/982883 */ export declare function uuid(a?: any, b?: any): any;