UNPKG

ember-user-activity

Version:
8 lines (6 loc) 244 B
import EventManagerService from 'ember-user-activity/services/-private/event-manager'; export default class FastBootAwareEventManagerService extends EventManagerService { get _isFastBoot() { return typeof FastBoot !== 'undefined'; } }