UNPKG

111 BJavaScriptView Raw
1/*jshint node:true*/
2'use strict';
3
4module.exports = function(/* environment, appConfig */) {
5 return { };
6};