UNPKG
@36node/query-normalizr
Version:
latest (0.5.3)
0.5.3
0.5.1
0.5.0
0.4.8
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.2.3
0.2.1
0.1.4
0.1.3
0.1.2
0.1.1
A module boilerplate for nodejs and web.
github.com/36node/sketch
36node/sketch
@36node/query-normalizr
/
typings
/
index.d.ts
7 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Koa
from
"koa"
;
import
mongoose
from
"mongoose"
;
declare
module
"@36node/query-normalizr"
{
export
function
toMongooseQuery
(
options
:
object
): mongoose.
ListOptions
; }