dfcreative/mutype

View on GitHub
is-node.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(target){
    return typeof document !== 'undefined' && target instanceof Node;
};