export function getBasename()

in src/config/config.ts [90:92]


export function getBasename() {
  return typeof _BASENAME_ == 'undefined' ? undefined : _BASENAME_;
}