| Current Path : /home/deltalab/PMS/ims-connector/node_modules/mongoose/lib/schema/operators/ |
| Current File : //home/deltalab/PMS/ims-connector/node_modules/mongoose/lib/schema/operators/exists.js |
'use strict';
const castBoolean = require('../../cast/boolean');
/*!
* ignore
*/
module.exports = function(val) {
const path = this != null ? this.path : null;
return castBoolean(val, path);
};