|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
571 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import { NavigationRoute, NavigationRouteMatchOptions } from './NavigationRoute.js';
|
|---|
| 2 | import { RegExpRoute } from './RegExpRoute.js';
|
|---|
| 3 | import { registerRoute } from './registerRoute.js';
|
|---|
| 4 | import { Route } from './Route.js';
|
|---|
| 5 | import { Router } from './Router.js';
|
|---|
| 6 | import { setCatchHandler } from './setCatchHandler.js';
|
|---|
| 7 | import { setDefaultHandler } from './setDefaultHandler.js';
|
|---|
| 8 | import './_version.js';
|
|---|
| 9 | /**
|
|---|
| 10 | * @module workbox-routing
|
|---|
| 11 | */
|
|---|
| 12 | export { NavigationRoute, RegExpRoute, registerRoute, Route, Router, setCatchHandler, setDefaultHandler, NavigationRouteMatchOptions, };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.