OcttKB/Wiki-OcttKB/plugins/relink/$__plugins_flibbles_relink_...

13 lines
232 B
JavaScript

/*\
module-type: library
This handles the fetching and distribution of relink settings.
\*/
var utils = require('./utils');
///// Legacy. You used to be able to access the type from utils.
exports.getType = utils.getType;
/////