Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / node_modules / vinyl / lib / isNull.js
1 module.exports = function(v) {
2   return v === null;
3 };