UNPKG

@types/ember__routing

Version:
8 lines (6 loc) 209 B
import EmberObject from "@ember/object"; /** * Ember.HistoryLocation implements the location API using the browser's * history.pushState API. */ export default class HistoryLocation extends EmberObject {}