GIF89a php
Current File : /home/viralhoga/glambooth_viralhoga_com/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);
};