UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

11 lines 394 B
import { __extends } from "tslib"; import { AsyncScheduler } from './AsyncScheduler'; var QueueScheduler = (function (_super) { __extends(QueueScheduler, _super); function QueueScheduler() { return _super !== null && _super.apply(this, arguments) || this; } return QueueScheduler; }(AsyncScheduler)); export { QueueScheduler }; //# sourceMappingURL=QueueScheduler.js.map