UNPKG

expo-asset

Version:

An Expo universal module to download assets and pass them into other APIs

8 lines (7 loc) 129 B
export async function downloadAsync( url: string, _hash: string | null, _type: string ): Promise<string> { return url; }