UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

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