UNPKG

@newos/cli

Version:
10 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notEmpty = void 0; function notEmpty(input) { if (input && input.length > 0) return true; return 'Please enter a non-empty value'; } exports.notEmpty = notEmpty; //# sourceMappingURL=validators.js.map