UNPKG

eslint-config-chain-able

Version:
8 lines (5 loc) 146 B
'use strict'; var map = { 'function': true, object: true }; module.exports = function (x) { return ((x != null) && map[typeof x]) || false; };