Skip to content

Commit b2d153a

Browse files
committed
Fix trailing whitespace to satisfy lint check
1 parent 109ee8f commit b2d153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2020.bigint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ interface BigInt {
106106
interface BigIntConstructor {
107107
/**
108108
* Creates a BigInt value from a number, string, boolean, or another BigInt.
109-
*
109+
*
110110
* @param value The value to convert to a BigInt.
111111
* @throws {RangeError} If `value` is a non-integer number.
112112
* @throws {TypeError} If `value` cannot be converted to a primitive, or if the primitive is undefined, null, or a symbol.

0 commit comments

Comments
 (0)