UNPKG

112 BJavaScriptView Raw
1/* eslint-env node */
2'use strict';
3
4module.exports = function (/* environment, appConfig */) {
5 return {};
6};