UNPKG

core-native

Version:

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

10 lines 282 B
/** * For *onTick() action only, to specify to tick interval in second. */ export function Interval(second) { return (target, propertyKey, descriptor) => { descriptor.value.tickInterval = second; return descriptor; }; } //# sourceMappingURL=Interval.js.map