UNPKG

116 BJavaScriptView Raw
1'use strict';
2
3module.exports = resolveRootURL;
4
5function resolveRootURL(config) {
6 return config.rootURL || '';
7}