mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
6 lines
225 B
JavaScript
6 lines
225 B
JavaScript
require('./lib/browser_loader');
|
|
|
|
var AWS = require('./lib/core');
|
|
if (typeof window !== 'undefined') window.AWS = AWS;
|
|
if (typeof module !== 'undefined') module.exports = AWS;
|
|
if (typeof self !== 'undefined') self.AWS = AWS; |