UNPKG

hurt

Version:

HTTP and SPA routing using RFC 6570 URI templates

10 lines (7 loc) 277 B
import router from './router'; import { mixin as events } from './events'; import { mixin as named } from './named'; import { mixin as timeout } from './timeout'; import { mixin as url } from './url'; router.mixins.push( events, timeout, named, url ); export default router;