💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › aws-sdk… captured on 2023-01-29 at 11:48:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

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 ```