UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

10 lines (9 loc) 304 B
// var MockDisposable = Rx.MockDisposable = function (scheduler) { // this.scheduler = scheduler; // this.disposes = []; // this.disposes.push(this.scheduler.clock); // }; // // MockDisposable.prototype.dispose = function () { // this.disposes.push(this.scheduler.clock); // };