Skip to content

remapExtensions

ts
function Sources.remapExtensions(
    sources: Source[],
    mapping: Record<string, string>
): Source[]

Like Source.remapExtension, but acts upon a list of sources.