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