UNPKG

ember-legacy-class-transform

Version:
8 lines (6 loc) 209 B
export function currentRouteName() { if (!window.currentRouteName) { throw new Error('currentRouteName is only available during acceptance tests'); } return window.currentRouteName(...arguments); }