UNPKG

aurelia-bootstrapper

Version:

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

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