/** * Get the URL + path part of a given JS file -> for dynamic loading of assets */ export default function getUrlPath(fileName: string): string;