blob: 4ded474feff22ca42a3ecf6f31e8d184ad9ff8ba [file] [log] [blame]
import { Subscription } from '../Subscription';
export class Action extends Subscription {
constructor(scheduler, work) {
super();
}
schedule(state, delay = 0) {
return this;
}
}
//# sourceMappingURL=Action.js.map