UNPKG

ui-router-core

Version:

UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps

10 lines 286 B
/** @module common */ /** for typedoc */ export * from "./common"; export * from "./coreservices"; export * from "./glob"; export * from "./hof"; export * from "./predicates"; export * from "./queue"; export * from "./strings"; export * from "./trace"; //# sourceMappingURL=index.js.map