Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
zmcoding
/
station-test-ui
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
6cf484d29e
ブランチ
タグ
master
station-test...
/
plop-templates
/
utils.js
utils.js
87 B
履歴
Raw
1
2
3
exports.notEmpty = name => v =>
!v || v.trim() === '' ? `${name} is required` : true