(obj: any)
| 13 | } |
| 14 | |
| 15 | export function isAssetBundle(obj: any): obj is AssetBundle { |
| 16 | return obj && obj.type === AssetType.Bundle; |
| 17 | } |
| 18 | |
| 19 | export function assetBundle( |
| 20 | assets?: Asset | AssetList | null, |
no outgoing calls
no test coverage detected
searching dependent graphs…