sindresorhus / ow

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

Add annotation to the return value of some functions #203

Closed wafuwafu13 closed 3 years ago

wafuwafu13 commented 3 years ago

Hi :) The return values of some functions were unannotated, so I add annotation.

sindresorhus commented 3 years ago

If you want to have some more fun, try removing https://github.com/sindresorhus/ow/blob/7ca2f75a197e3678cf0688bd3122d1d88827f5a2/package.json#L89 and fix the reported cases ;)

wafuwafu13 commented 3 years ago

I'll try it!