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

19 lines
696 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, } 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, };