@krisdages/aurelia-bootstrap
Version:
Bootstrap components written in Aurelia.
16 lines (11 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BootstrapConfig = undefined;
var _bootstrapOptions = require('./bootstrap-options');
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var BootstrapConfig = exports.BootstrapConfig = function BootstrapConfig() {
_classCallCheck(this, BootstrapConfig);
this.options = _bootstrapOptions.bootstrapOptions;
};