UNPKG

react-native-web-internals

Version:

React Native for Web

10 lines (9 loc) 222 B
const assets = []; function registerAsset(asset) { return assets.push(asset); } function getAssetByID(assetId) { return assets[assetId - 1]; } export { getAssetByID, registerAsset }; //# sourceMappingURL=index.mjs.map