Upsilon-VsCode/Client/node_modules/vinyl/lib/isNull.js

4 lines
55 B
JavaScript
Executable File

module.exports = function(v) {
return v === null;
};