Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/ims-connector/node_modules/mongoose/lib/schema/operators/
Upload File :
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);
};