Urara-Blog/node_modules/.pnpm-store/v3/files/7f/a4ad7d3073d395065f1312d45e0508300474bea5644d5bfd1a5f1918f091e660b772c1836d87736bc79641ce6829ee84c408e2617181e4d359b35cdecd62fc
2022-08-14 01:14:53 +08:00

35 lines
766 B
Text

/*
Copyright 2018 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import {
NavigationRoute,
NavigationRouteMatchOptions,
} from './NavigationRoute.js';
import {RegExpRoute} from './RegExpRoute.js';
import {registerRoute} from './registerRoute.js';
import {Route} from './Route.js';
import {Router} from './Router.js';
import {setCatchHandler} from './setCatchHandler.js';
import {setDefaultHandler} from './setDefaultHandler.js';
import './_version.js';
/**
* @module workbox-routing
*/
export {
NavigationRoute,
RegExpRoute,
registerRoute,
Route,
Router,
setCatchHandler,
setDefaultHandler,
NavigationRouteMatchOptions,
};