4x/iot-device-assistant-frontend/plop-templates/utils.js

3 lines
87 B
JavaScript
Raw Normal View History

2024-12-26 19:24:07 +08:00
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true