mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-24 19:51:15 +01:00
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;
|
|
/////
|