sindresorhus / ow

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

Add `ow.bigint` #212

Closed wafuwafu13 closed 3 years ago

wafuwafu13 commented 3 years ago

Resolve: https://github.com/sindresorhus/ow/issues/54

wafuwafu13 commented 3 years ago

I don't know why only node10,12 fails the test because of SyntaxError. Bigint is supported in node10.

sindresorhus commented 3 years ago

I don't know why only node10,12 fails the test because of SyntaxError. Bigint is supported in node10.

It's fine. I'm going to drop Node.js 10 support after merging this PR.