
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/dist/methods/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/dist/methods/whereNotNull.js |
'use strict';
module.exports = function whereNotNull() {
var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
return this.where(key, '!==', null);
};
