1export function getLocalAssetUri(hash: string, type: string | null): string | null { 2 // noop on web 3 return null; 4} 5