Skip to content

Commit e784afd

Browse files
author
linzhijun
committed
fix
1 parent 5be50ab commit e784afd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

JavaScript/dist/toolgood.algorithm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaScript/src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
import { AlgorithmEngine } from './AlgorithmEngine.js';
22
import { AlgorithmEngineEx } from './AlgorithmEngineEx.js';
33
import { AlgorithmEngineHelper } from './AlgorithmEngineHelper.js';
4+
import { Operand } from './Operand.js';
45
import * as Enums from './Enums/index.js';
56

67
export {
78
AlgorithmEngine,
89
AlgorithmEngineEx,
910
AlgorithmEngineHelper,
11+
Operand,
1012
Enums
1113
};
1214

1315
export default {
1416
AlgorithmEngine,
1517
AlgorithmEngineEx,
1618
AlgorithmEngineHelper,
19+
Operand,
1720
Enums
1821
};
1922

@@ -24,6 +27,7 @@ if (typeof window !== 'undefined') {
2427
AlgorithmEngine,
2528
AlgorithmEngineEx,
2629
AlgorithmEngineHelper,
30+
Operand,
2731
Enums
2832
};
2933
}

0 commit comments

Comments
 (0)