Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created July 19, 2017 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gauntface/9e9832f1abe49c6dfb7e1ce54aec3281 to your computer and use it in GitHub Desktop.
Save gauntface/9e9832f1abe49c6dfb7e1ce54aec3281 to your computer and use it in GitHub Desktop.
An example workbox-routing/umd.js file.
import Router from './lib/Router';
import Route from './lib/Route';
import ExpressRoute from './lib/ExpressRoute';
import routing from './module.js';
export {
Router,
Route,
ExpressRoute
}
export default routing;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment