jquense / yup

Dead simple Object schema validation
MIT License
22.73k stars 926 forks source link

In docs missing boolean.isTrue and boolean.isFalse #1506

Open MichalKalita opened 2 years ago

MichalKalita commented 2 years ago

Describe the bug In documentation are not any checks for boolean type. But is source code exists isTrue and isFalse

https://github.com/jquense/yup/blob/master/src/boolean.ts#L37

mosk53 commented 6 days ago

still no documentation