syuilo / cafy

☕️ Strongly typed and lightweight validator generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cafyインスタンスに任意の情報を保存しておける機能

syuilo opened this issue · comments

バリデータの説明などを保存しておくケースなどが考えられる

$.str.optional().nullable().pipe(isValidText).note({
  ja: '投稿内容'
});