APICoreUtilsFunctionsgetFileTypeOn this pageFunction: getFileType() function getFileType(url): "JS" | "CSS" | "Unknown"; Gets the file type from a URL. Parameters ParameterTypeDescriptionurlany Returns "JS" | "CSS" | "Unknown" "JS", "CSS", or "Unknown"