UNPKG
@ucast/mongo
Version:
latest (3.0.0)
3.0.0
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.0
2.1.2
2.1.1
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
git@github.com:stalniy/ucast.git
github.com/stalniy/ucast
stalniy/ucast
@ucast/mongo
/
dist
/
types
/
utils.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
{
MongoQueryOperators
}
from
'./types'
;
export
declare
function
hasOperators
(
value
:
any
): value is
MongoQueryOperators
;