UNPKG

@ucast/mongo

Version:

git@github.com:stalniy/ucast.git

4 lines (3 loc) 203 B
import { MongoQueryOperators } from './types'; export declare const hasOwn: (object: object, key: PropertyKey) => boolean; export declare function hasOperators(value: any): value is MongoQueryOperators;