UNPKG

@types/ember__routing

Version:
9 lines (7 loc) 262 B
import EmberObject from "@ember/object"; /** * `Ember.HashLocation` implements the location API using the browser's * hash. At present, it relies on a `hashchange` event existing in the * browser. */ export default class HashLocation extends EmberObject {}