UNPKG

durandal-es6

Version:

Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. This framework replaces the dependency on RequireJS and instead uses ES modules.

11 lines (9 loc) 507 B
// Exposes as named exports for external use. Do not use within library itself to avoid circular dependencies export { default as activator } from "./activator"; export { default as app } from "./app"; export { default as binder } from "./binder"; export { default as composition } from "./composition"; export { default as events } from "./events"; export { default as system } from "./system"; export { default as viewEngine } from "./viewEngine"; export { default as viewLocator } from "./viewLocator";