UNPKG

@alihbuzaid/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

6 lines (4 loc) 208 B
import { helper } from '@ember/component/helper'; export default helper(function isObject([obj]) { return obj && typeof obj === 'object' && Object.prototype.toString.call(obj) === '[object Object]'; });