UNPKG

274 BTypeScriptView Raw
1import { Body } from './selectHttpOptionsAndBody';
2export declare function rewriteURIForGET(chosenURI: string, body: Body): {
3 parseError: any;
4 newURI?: undefined;
5} | {
6 newURI: string;
7 parseError?: undefined;
8};
9//# sourceMappingURL=rewriteURIForGET.d.ts.map
\No newline at end of file