1export default { 2 get name() { 3 return 'ExponentFileSystem'; 4 }, 5 get documentDirectory() { 6 return null; 7 }, 8 get cacheDirectory() { 9 return null; 10 }, 11 get bundledAssets() { 12 return null; 13 }, 14 get bundleDirectory() { 15 return null; 16 }, 17}; 18//# sourceMappingURL=ExponentFileSystem.web.js.map