@@ -96,21 +96,33 @@ <h2>Methods</h2>
96
96
< section class ="tsd-panel tsd-member tsd-is-external "> < a id ="inspect " class ="tsd-anchor "> </ a >
97
97
< h3 class ="tsd-anchor-link "> < span > inspect</ span > < a href ="#inspect " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
98
98
< ul class ="tsd-signatures tsd-is-external ">
99
- < li class ="tsd-signature tsd-anchor-link " id ="inspect.inspect-1 "> < span class ="tsd-kind-call-signature "> inspect</ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < a href ="#inspect.inspect-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ li >
99
+ < li class ="tsd-signature tsd-anchor-link " id ="inspect.inspect-1 "> < span class ="tsd-kind-call-signature "> inspect</ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-kind-parameter " > depth </ span > < span class =" tsd-signature-symbol " > ? </ span > , < span class =" tsd-kind-parameter " > options </ span > < span class =" tsd-signature-symbol " > ? </ span > , < span class =" tsd-kind-parameter " > inspect </ span > < span class =" tsd-signature-symbol " > ? </ span > < span class =" tsd- signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < a href ="#inspect.inspect-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ li >
100
100
< li class ="tsd-description ">
101
+ < div class ="tsd-comment tsd-typography "> < p > Prints a human-readable string of BSON value information
102
+ If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify</ p >
103
+ </ div >
104
+ < div class ="tsd-parameters ">
105
+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
106
+ < ul class ="tsd-parameter-list ">
107
+ < li >
108
+ < h5 > < code class ="tsd-tag ts-flagOptional "> Optional</ code > < span class ="tsd-kind-parameter "> depth</ span > : < span class ="tsd-signature-type "> number</ span > </ h5 > </ li >
109
+ < li >
110
+ < h5 > < code class ="tsd-tag ts-flagOptional "> Optional</ code > < span class ="tsd-kind-parameter "> options</ span > : < span class ="tsd-signature-type "> unknown</ span > </ h5 > </ li >
111
+ < li >
112
+ < h5 > < code class ="tsd-tag ts-flagOptional "> Optional</ code > < span class ="tsd-kind-parameter "> inspect</ span > : < span class ="tsd-signature-type "> InspectFn</ span > </ h5 > </ li > </ ul > </ div >
101
113
< h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> string</ span > </ h4 >
102
114
< div class ="tsd-comment tsd-typography "> </ div > < aside class ="tsd-sources ">
103
115
< p > Overrides < a href ="BSON.BSONValue.html "> BSONValue</ a > .< a href ="BSON.BSONValue.html#inspect "> inspect</ a > </ p >
104
116
< ul >
105
- < li > Defined in node_modules/bson/bson.d.ts:235 </ li > </ ul > </ aside > </ li > </ ul > </ section >
117
+ < li > Defined in node_modules/bson/bson.d.ts:238 </ li > </ ul > </ aside > </ li > </ ul > </ section >
106
118
< section class ="tsd-panel tsd-member tsd-is-external "> < a id ="toJSON " class ="tsd-anchor "> </ a >
107
119
< h3 class ="tsd-anchor-link "> < span > toJSON</ span > < a href ="#toJSON " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
108
120
< ul class ="tsd-signatures tsd-is-external ">
109
121
< li class ="tsd-signature tsd-anchor-link " id ="toJSON.toJSON-1 "> < span class ="tsd-kind-call-signature "> toJSON</ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < a href ="#toJSON.toJSON-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ li >
110
122
< li class ="tsd-description ">
111
123
< h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> string</ span > </ h4 > < aside class ="tsd-sources ">
112
124
< ul >
113
- < li > Defined in node_modules/bson/bson.d.ts:236 </ li > </ ul > </ aside > </ li > </ ul > </ section >
125
+ < li > Defined in node_modules/bson/bson.d.ts:235 </ li > </ ul > </ aside > </ li > </ ul > </ section >
114
126
< section class ="tsd-panel tsd-member tsd-is-external "> < a id ="toString " class ="tsd-anchor "> </ a >
115
127
< h3 class ="tsd-anchor-link "> < span > to< wbr /> String</ span > < a href ="#toString " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
116
128
< ul class ="tsd-signatures tsd-is-external ">
0 commit comments