sindresorhus / ow

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

Remove `any` in operators/not.ts #204

Closed wafuwafu13 closed 3 years ago

wafuwafu13 commented 3 years ago

Remove any at source/operators/not.ts by using Type-Only Imports and Export and add annotation to the return value of functions. (I'm trying https://github.com/sindresorhus/ow/pull/203#issuecomment-766324289.)