GIF89a php
Current File : /home/viralhoga/app_viralhoga/node_modules/mongoose/lib/schema/operators/exists.js
'use strict';

const castBoolean = require('../../cast/boolean');

/*!
 * ignore
 */

module.exports = function(val) {
  const path = this?.path ?? null;
  return castBoolean(val, path);
};