mirror of
https://github.com/OptimalBits/bull.git
synced 2026-07-02 08:27:43 +08:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
'use strict';
|
|
const { ScriptLoader } = require('./script-loader');
|
|
|
|
const scriptLoader = new ScriptLoader();
|
|
|
|
module.exports = {
|
|
ScriptLoader, scriptLoader
|
|
}
|