sindresorhus / ow

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

Add support for the new `asserts` keyword in TS 3.7 #159

Closed sindresorhus closed 3 years ago

sindresorhus commented 4 years ago

When it's out: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/

sindresorhus commented 4 years ago

It's out now: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/#assertion-functions

PR welcome :)