number()
获取number类型schema对象。
number
schema
无
const schema = racoon.number(); schema.validate('abc'); // fail schema.validate(123); // pass
最后更新于4年前