minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / scheduler / Action.js
1 import { Subscription } from '../Subscription';
2 export class Action extends Subscription {
3     constructor(scheduler, work) {
4         super();
5     }
6     schedule(state, delay = 0) {
7         return this;
8     }
9 }
10 //# sourceMappingURL=Action.js.map