@recoiljs/refine
docs
#WIP
実行時型検査するやつ
code:ts
const myObjectChecker = object({
numberProperty: number(),
stringProperty: optional(string()),
arrayProperty: array(number()),
});
zodとかとほぼ同じ
ts、flowに対応