updates to make generic functions work
This commit is contained in:
5
index.js
5
index.js
@@ -23,7 +23,7 @@ const MenuManager = require('./src/menu/index.js');
|
||||
const predict = require('./src/predict/predict_class.js');
|
||||
const interpolation = require('./src/predict/interpolation.js');
|
||||
const childRegistrationUtils = require('./src/helper/childRegistrationUtils.js');
|
||||
|
||||
const { loadCurve } = require('./datasets/assetData/curves/index.js');
|
||||
|
||||
// Export everything
|
||||
module.exports = {
|
||||
@@ -39,5 +39,6 @@ module.exports = {
|
||||
state,
|
||||
convert,
|
||||
MenuManager,
|
||||
childRegistrationUtils
|
||||
childRegistrationUtils,
|
||||
loadCurve
|
||||
};
|
||||
Reference in New Issue
Block a user