Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix trailing whitespace to satisfy lint check
  • Loading branch information
Joseph-Martre committed May 4, 2025
commit b2d153a4b6925ce5550e2a4a61ae8f55fed1ac5a
2 changes: 1 addition & 1 deletion src/lib/es2020.bigint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ interface BigInt {
interface BigIntConstructor {
/**
* Creates a BigInt value from a number, string, boolean, or another BigInt.
*
*
* @param value The value to convert to a BigInt.
* @throws {RangeError} If `value` is a non-integer number.
* @throws {TypeError} If `value` cannot be converted to a primitive, or if the primitive is undefined, null, or a symbol.
Expand Down