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

Make JSBI constructor private in .d.ts. #91

Closed 12wrigja closed 2 years ago

12wrigja commented 2 years ago

Make JSBI's constructor private in .d.ts.

12wrigja commented 2 years ago

Gotcha - forgot this repo does releases a bit differently than other's I'm maintaining. Thanks!