UNPKG

@nullvoxpopuli/ember-composable-helpers

Version:
9 lines (6 loc) 203 B
import { typeOf } from '@ember/utils'; function isObject(val) { return typeOf(val) === 'object' || typeOf(val) === 'instance'; } export { isObject as default }; //# sourceMappingURL=is-object.js.map