mongosuper
Version:
mongosuper is a superset of mongoose. It is a wrapper around mongoose. It manage your mongoose connection and keep it alive always. It also provide you some extra features like CRUD operations, etc.
11 lines • 692 B
TypeScript
/**
* The function checks if the input parameter is an array of objects and returns true if it is,
* otherwise it returns false and logs an error message.
* @param Filter - The parameter "Filter" is expected to be an array of objects. The function checks if
* the input is in the correct format and returns true if it is an array of objects, and false
* otherwise.
* @returns a boolean value. If the input parameter `Filter` is undefined, null, a string, a number, or
* a boolean, the function returns `false`. If `Filter` is an array, the function returns `true`.
*/
export default function findValidator(Filter: any): boolean | undefined;
//# sourceMappingURL=FindValidator.d.ts.map