determineImportType
function determineImportType(contentType?): "css" | "font" | "js" | "binary" | "unknown";Defined in: core/single-file/src/import-map.ts:23
Parameters
Section titled “Parameters”contentType?
Section titled “contentType?”null | string
Returns
Section titled “Returns”"css" | "font" | "js" | "binary" | "unknown"