We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f1ef1 commit af3ae4fCopy full SHA for af3ae4f
src/parser/on_demand/parse_to_elements.ts
@@ -33,7 +33,7 @@ const BSONElementType = {
33
maxKey: 127
34
} as const;
35
36
-type BSONElementType = typeof BSONElementType[keyof typeof BSONElementType];
+type BSONElementType = (typeof BSONElementType)[keyof typeof BSONElementType];
37
38
/**
39
* @public
0 commit comments