UNPKG

hurt

Version:

HTTP and SPA routing using RFC 6570 URI templates

8 lines (5 loc) 146 B
/* global module */ import router from './common'; import { mixin as dom } from './dom'; router.mixins.unshift( dom ); module.exports = router;