いい感じに

This commit is contained in:
syuilo 2017-03-02 17:16:55 +09:00
parent b1195e5bfd
commit 85f43b49cf

View file

@ -79,8 +79,7 @@ class NumberValidator extends ValidatorCore {
}
}
const it = (value) => {
return {
const it = (value: any) => ({
must: {
be: {
a: {
@ -96,8 +95,7 @@ const it = (value) => {
}
}
}
};
};
});
export default it;