We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ead83d commit c386127Copy full SHA for c386127
src/long.ts
@@ -276,7 +276,7 @@ export class Long extends BSONValue {
276
str: string,
277
validateStringCharacters: boolean,
278
unsigned?: boolean,
279
- radix?: number,
+ radix?: number
280
): Long {
281
if (str.length === 0) throw new BSONError('empty string');
282
if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity')
0 commit comments