UNPKG

ember-concurrency

Version:

Improved concurrency/async primitives for Ember.js

10 lines 227 B
export default UnboundedPolicy; declare class UnboundedPolicy { makeReducer(): UnboundedReducer; } declare class UnboundedReducer { step(): { type: string; }; } //# sourceMappingURL=unbounded-policy.d.ts.map