mirror of https://gitlab.com/octtspacc/OcttKB
13 lines
232 B
JavaScript
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;
|
||
|
/////
|