Blame view

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