]> git.r.bdr.sh - rbdr/dotfiles/blob
a86facf187a86f634d6d2b4cbd66dd19ead75092
[rbdr/dotfiles] /
1 'use strict';
2
3 var map = { function: true, object: true };
4
5 module.exports = function (x) {
6 return ((x != null) && map[typeof x]) || false;
7 };