mingo
Preparing search index...
index
default
Variable default
default
:
{
aggregate
:
(
collection
:
Source
,
pipeline
:
AnyObject
[]
,
options
?:
Partial
<
Options
>
,
)
=>
AnyObject
[]
;
Aggregator
:
typeof
Aggregator
;
createUpdater
:
(
defaultOptions
?:
UpdateOptions
)
=>
Updater
;
find
:
<
T
>
(
collection
:
Source
,
criteria
:
AnyObject
,
projection
?:
AnyObject
,
options
?:
Partial
<
Options
>
,
)
=>
Cursor
<
T
>
;
ProcessingMode
:
typeof
ProcessingMode
;
Query
:
typeof
Query
;
update
:
Updater
;
}
Type declaration
aggregate
:
(
collection
:
Source
,
pipeline
:
AnyObject
[]
,
options
?:
Partial
<
Options
>
,
)
=>
AnyObject
[]
Aggregator
:
typeof
Aggregator
createUpdater
:
(
defaultOptions
?:
UpdateOptions
)
=>
Updater
find
:
<
T
>
(
collection
:
Source
,
criteria
:
AnyObject
,
projection
?:
AnyObject
,
options
?:
Partial
<
Options
>
,
)
=>
Cursor
<
T
>
ProcessingMode
:
typeof
ProcessingMode
Query
:
typeof
Query
update
:
Updater
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...