UNPKG

@krisdages/aurelia-bootstrap

Version:
9 lines (6 loc) 189 B
import { bootstrapOptions } from './bootstrap-options'; export let BootstrapConfig = class BootstrapConfig { constructor() { this.options = bootstrapOptions; } };