UNPKG

@hot-updater/plugin-core

Version:

React Native OTA solution for self-hosted

10 lines 240 B
//#region src/contentAddressedAssets.d.ts declare const getContentAddressedAssetStoragePath: ({ assetPath, fileHash }: { assetPath: string; fileHash: string; }) => string; //#endregion export { getContentAddressedAssetStoragePath };