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.

10 lines (8 loc) 447 B
// Exposes as named exports for external use. Do not use within library itself to avoid circular dependencies export { default as dialog } from "./dialog"; export { default as history } from "./history"; export { default as http } from "./http"; export { default as observable } from "./observable"; export { default as router } from "./router"; export { default as serializer } from "./serializer"; export { default as widget } from "./widget";