Files
projet_gestion_commande/frontend-admin/node_modules/expo-asset/src/ExpoAsset.web.ts
T
2026-02-07 22:33:02 +01:00

8 lines
129 B
TypeScript

export async function downloadAsync(
url: string,
_hash: string | null,
_type: string
): Promise<string> {
return url;
}