Blame view

antis-ncc-admin/plop-templates/utils.js 87 Bytes
de2bd2f9   “wangming”   项目初始化
1
2
  exports.notEmpty = name => v =>
    !v || v.trim() === '' ? `${name} is required` : true