ssap_app/node_modules/expo/build/winter/fetch/ExpoFetchModule.web.d.ts

10 lines
268 B
TypeScript

declare class StubNativeRequest {
}
declare class StubNativeResponse {
}
export declare const ExpoFetchModule: {
NativeRequest: typeof StubNativeRequest;
NativeResponse: typeof StubNativeResponse;
};
export {};
//# sourceMappingURL=ExpoFetchModule.web.d.ts.map