UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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; };