sindresorhus / ow

Function argument validation for humans
https://sindresorhus.com/ow/
MIT License
3.8k stars 105 forks source link

Add `array.exactShape` predicate #187

Closed ilkerceng closed 3 years ago

ilkerceng commented 3 years ago

exactShape implementation for array.

Fixes #179

sindresorhus commented 3 years ago

https://github.com/sindresorhus/ow/pull/187#discussion_r497452488

ilkerceng commented 3 years ago

hi @sindresorhus, i have updated the doc, thanks.