git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
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 if (typeof self !== 'undefined') self.AWS = AWS;