core-native
Version:
A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.
6 lines • 419 B
TypeScript
/**
* Do nothing (only create a warning log) if NetworkConnectionException is thrown.
* Mainly used for background tasks.
*/
export declare function SilentOnNetworkConnectionError(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<import("../module").ActionHandler>) => TypedPropertyDescriptor<import("../module").ActionHandler>;
//# sourceMappingURL=SilentOnNetworkConnectionError.d.ts.map