HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/whereNull.js
'use strict';

module.exports = function whereNull() {
  var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;

  return this.where(key, '===', null);
};