aurelia-framework
Version:
The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.
17 lines (14 loc) • 407 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _aureliaFramework = require('./aurelia-framework');
Object.keys(_aureliaFramework).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _aureliaFramework[key];
}
});
});
;