UNPKG

@seanox/aspect-js

Version:

full stack JavaScript framework for SPAs incl. reactivity rendering, mvc / mvvm, models, expression language, datasource, virtual paths, unit test and some more

26 lines (19 loc) 274 B
const moduleA = { test: "A" }; var moduleB = { test: "B" }; let moduleC = { test: "C" }; moduleE = { test: "E" }; window["moduleF"] = { test: "F" }; Namespace.create("moduleG", { test: "G" }); Namespace.use("moduleH");