UNPKG

@krisdages/aurelia-bootstrap

Version:
16 lines (11 loc) 526 B
'use strict'; 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; };