Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / node_modules / vinyl / lib / isNull.js
1 module.exports = function(v) {
2   return v === null;
3 };