mirror of
https://github.com/amark/gun.git
synced 2025-06-09 07:36:44 +00:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
window.AWS = module.exports = require('./core');
|
|
|
|
// Load the DOMParser XML parser
|
|
require('./xml/browser_parser');
|
|
|
|
// Load the XHR HttpClient
|
|
require('./http/xhr');
|