UNPKG

@v4fire/client

Version:

V4Fire client core library

19 lines (15 loc) 423 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ import { deprecate } from 'core/functools/deprecation'; export * from 'core/router/engines/browser-history'; export { default } from 'core/router/engines/browser-history'; deprecate({ name: 'browser.history', type: 'module', renamedTo: 'browser-history' });