GoogleChromeLabs / jsbi

JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
https://v8.dev/features/bigint#polyfilling-transpiling
Apache License 2.0
919 stars 68 forks source link

Fix primitive coercion on platforms that don't support Symbol.toPrimitive. #75

Closed 12wrigja closed 3 years ago

12wrigja commented 3 years ago

Fixes #74.