export const baseURI: string = ((): string => {
    if (document.baseURI) {
        return document.baseURI;
    }