diff --git a/index.js b/index.js index 2c82e4c..f3b8531 100644 --- a/index.js +++ b/index.js @@ -3,5 +3,6 @@ const isObj = require("is-obj"); module.exports = value => { + //Check whether or not the value is the process return isObj(value) && value === process; -}; \ No newline at end of file +};