mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
|
|
exports.algos = require('./script/algos')
|
||
|
|
exports.items = require('./script/items')
|
||
|
|
exports.helpers = require('./script/helpers')
|
||
|
|
|
||
|
|
try {
|
||
|
|
window;
|
||
|
|
window.habitrpgShared = exports;
|
||
|
|
} catch(e) {}
|