mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
いい感じに
This commit is contained in:
parent
0a5fedf38b
commit
8ed36364d2
@ -79,8 +79,7 @@ class NumberValidator extends ValidatorCore {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const it = (value) => {
|
const it = (value: any) => ({
|
||||||
return {
|
|
||||||
must: {
|
must: {
|
||||||
be: {
|
be: {
|
||||||
a: {
|
a: {
|
||||||
@ -96,8 +95,7 @@ const it = (value) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
});
|
||||||
};
|
|
||||||
|
|
||||||
export default it;
|
export default it;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user