💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › aws-sdk… captured on 2024-09-29 at 00:39:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
browser.js (225B)
1 require('./lib/browser_loader'); 2 3 var AWS = require('./lib/core'); 4 if (typeof window !== 'undefined') window.AWS = AWS; 5 if (typeof module !== 'undefined') module.exports = AWS; 6 ```