/**
* Check whether the asset are enabled
*
* @param string $type Asset type, script or style etc
* @param string $name The asset name
*
* @return boolean
*
* @throws UnknownAssetException When Asset cannot be found
*
* @since 4.0.0
*/
public function isAssetActive(string $type, string $name) : bool;