Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/schema/operators/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/schema/operators/type.js

'use strict';

/*!
 * ignore
 */

module.exports = function(val) {
  if (Array.isArray(val)) {
    if (!val.every(v => typeof v === 'number' || typeof v === 'string')) {
      throw new Error('$type array values must be strings or numbers');
    }
    return val;
  }

  if (typeof val !== 'number' && typeof val !== 'string') {
    throw new Error('$type parameter must be number, string, or array of numbers and strings');
  }

  return val;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists