This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/node_modules/expo-asset/build/EmbeddedAssets.d.ts

6 lines
232 B
TypeScript
Raw Normal View History

2021-04-02 02:24:13 +03:00
/**
* Returns the local URI of an embedded asset from its hash and type, or null if the asset is not
* included in the app bundle.
*/
export declare function getEmbeddedAssetUri(hash: string, type: string | null): string | null;