Blame view

机具(管理端)/plop-templates/utils.js 87 Bytes
5a92a12b   “wangming”   项目初始化
1
2
  exports.notEmpty = name => v =>
    !v || v.trim() === '' ? `${name} is required` : true