Blame view

antis-ncc-admin/plop-templates/utils.js 87 Bytes
96009bc9   hexiaodong   hxd
1
2
  exports.notEmpty = name => v =>
    !v || v.trim() === '' ? `${name} is required` : true