projecte_ionic/node_modules/rxjs/_esm2015/internal/scheduler/Action.js
2022-02-09 18:30:03 +01:00

10 lines
No EOL
245 B
JavaScript
Executable file

import { Subscription } from '../Subscription';
export class Action extends Subscription {
constructor(scheduler, work) {
super();
}
schedule(state, delay = 0) {
return this;
}
}
//# sourceMappingURL=Action.js.map