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 0d480fa commit e318e7eCopy full SHA for e318e7e
src/cmap/wire_protocol/on_demand/document.ts
@@ -209,7 +209,6 @@ export class OnDemandDocument {
209
* Turns BSON element with `name` into a javascript value.
210
*
211
* @typeParam T - must be one of the supported BSON types determined by `JSTypeOf` this will determine the return type of this function.
212
- * @typeParam Req - A generic to determine the nullish return value of this function. If required is true the return value will not include null.
213
* @param name - the element name
214
* @param as - the bson type expected
215
* @param required - whether or not the element is expected to exist, if true this function will throw if it is not present
0 commit comments