5 Matching Annotations
  1. Dec 2019
    1. extend('secret', { validate: value => value === 'example', message: 'This is not the magic word' });

      自定义一个规则,大部分规则无需要自定义,我们可以继承