Type alias AssetFetchMethod

AssetFetchMethod: ((quiet?) => Promise<AssetType>)

Type declaration

    • (quiet?): Promise<AssetType>
    • Parameters

      • Optional quiet: boolean

      Returns Promise<AssetType>

Generated using TypeDoc