UNPKG

glimmer-router

Version:

Proof of concept routing in glimmer.js

12 lines (9 loc) 292 B
/** * This is just a placeholder file to keep TypeScript aware editors happy. At build time, * it will be replaced with a complete map of resolvable module paths => rolled up contents. */ export interface Dict<T> { [index: string]: T; } declare let map: Dict<any>; export default map;