UNPKG

307 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.getGlobalPrefix = void 0;
4function getGlobalPrefix(app) {
5 const internalConfigRef = app.config;
6 return (internalConfigRef && internalConfigRef.getGlobalPrefix()) || '';
7}
8exports.getGlobalPrefix = getGlobalPrefix;