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 4d012f2 commit 390642eCopy full SHA for 390642e
test/types/bson.test-d.ts
@@ -30,7 +30,7 @@ expectType<(radix?: number) => string>(Int32.prototype.toString);
30
expectType<() => Decimal128Extended>(Decimal128.prototype.toJSON);
31
expectType<
32
() => {
33
- code: string | Function;
+ code: string;
34
scope?: Document;
35
}
36
>(Code.prototype.toJSON);
0 commit comments