Skip to content

remix/assets · Type

View Source

ScriptImportMap

Signature

type ScriptImportMap = {
  imports: Record<string, string>
  scopes?: Record<string, Record<string, string>>
}