UNPKG

aurelia-bootstrapper

Version:

Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.

16 lines (15 loc) 455 B
define(['exports', './aurelia-bootstrapper'], function (exports, _aureliaBootstrapper) { 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.keys(_aureliaBootstrapper).forEach(function (key) { if (key === "default" || key === "__esModule") return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _aureliaBootstrapper[key]; } }); }); });