Type alias AssetMap

AssetMap: {
    [name: string]: Asset | Archive;
}

AssetMap is a map of assets.

Type declaration

Generated using TypeDoc