mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-28 04:28:04 +00:00
12 lines
215 B
JavaScript
12 lines
215 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
var location = {
|
|
href: 'game.js',
|
|
reload: function reload() {}
|
|
};
|
|
|
|
exports.default = location;
|
|
module.exports = exports['default']; |