@dojo/cli
Version:
9 lines • 362 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const updateNotifier = require("update-notifier");
function setupUpdateNotifier(pkg, updateCheckInterval = 0) {
const notifier = updateNotifier({ pkg, updateCheckInterval });
notifier.notify();
}
exports.default = setupUpdateNotifier;
//# sourceMappingURL=updateNotifier.js.map