is-even icon indicating copy to clipboard operation
is-even copied to clipboard

Support BigInt

Open tuchida opened this issue 3 years ago • 0 comments

isEven(0n); // expect true

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt BigInt has been officially adopted in ECMAScript 2020. It is already implemented in major JavaScript engines such as SpiderMonkey, V8, JavaScriptCore, and Rhino.

tuchida avatar Aug 20 '21 11:08 tuchida