UNPKG

268 BTypeScriptView Raw
1import { InvariantError } from '../../utilities/globals';
2export type ClientParseError = InvariantError & {
3 parseError: Error;
4};
5export declare const serializeFetchParameter: (p: any, label: string) => string;
6//# sourceMappingURL=serializeFetchParameter.d.ts.map
\No newline at end of file