UNPKG
minimongo
Version:
latest (7.1.1)
7.1.1
7.1.0
7.0.0
6.19.0
6.18.3
6.18.2
6.18.1
6.18.0
6.17.0
6.16.0
6.15.1
6.15.0
6.14.0
6.13.0
6.12.6
6.12.5
6.12.4
6.12.3
6.12.2
6.12.1
6.12.0
6.11.8
6.11.7
6.11.6
6.11.5
6.11.4
6.11.3
6.11.2
6.11.1
6.11.0
6.10.0
6.9.0
6.8.3
6.8.2
6.8.1
6.8.0
6.7.0
6.6.1
6.6.0
6.5.1
6.5.0
6.4.3
6.4.2
6.4.1
6.4.0
6.3.7
6.3.6
6.3.5
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.0
6.0.0
5.3.0
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.10.0
4.9.0
4.8.0
4.7.0
4.6.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.8.2
3.8.1
3.8.0
3.7.2
3.7.1
3.7.0
3.6.1
3.6.0
3.5.6
3.5.5
3.5.4
3.5.3
3.5.1
3.5.0
3.4.1
3.4.0
3.3.1
3.3.0
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Client-side mongo database with server sync over http
github.com/mWater/minimongo
mWater/minimongo
minimongo
/
lib
/
selector.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
/** Compile a document selector (query) to a lambda function */
export
declare
function
compileDocumentSelector
(
docSelector
:
any
):
(
doc
:
any
) =>
boolean
;
export
declare
var
compileSort
:
any
;