UNPKG

release-checker

Version:
16 lines (15 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var noopChecker = { canRun: function () { return false; }, cliOption: '--noop', errors: [], hasErrors: false, hasWarnings: false, id: 'noop', run: function () { return []; }, shortCliOption: '-n', statusToDisplayWhileValidating: 'noop', warnings: [], whyCannotRun: function () { return ''; }, };