UNPKG

react-native-web-internals

Version:

React Native for Web

13 lines (12 loc) 225 B
const assets = []; function registerAsset(asset) { return assets.push(asset); } function getAssetByID(assetId) { return assets[assetId - 1]; } export { getAssetByID, registerAsset }; //# sourceMappingURL=index.js.map