flink-streaming-platform-web/flink-streaming-web-front/plop-templates/utils.js
2025-03-28 17:52:09 +08:00

3 lines
87 B
JavaScript

exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true