UNPKG

core-native

Version:

A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.

5 lines 346 B
/** * To add a log item for action, with execution duration, action name, and masked action parameters. */ export declare function Log(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<import("../module").ActionHandler>) => TypedPropertyDescriptor<import("../module").ActionHandler>; //# sourceMappingURL=Log.d.ts.map