We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbc730 commit c9016a2Copy full SHA for c9016a2
readme.md
@@ -252,7 +252,7 @@ Type and existance checks are switchable and can replace each other. It's made
252
for flexibility.
253
254
```javascript
255
-Type.isRequired.number.string.function // -> final check is "required function".
+Type.isRequired.number.string.func // -> final check is "required function".
256
```
257
258
In the same time the complex checks like `shape` or `arrayOf` require the input value to has certain
0 commit comments