Browse Source

OperationConfig now exports a natural version as well as the val-loader version

n1474335 7 years ago
parent
commit
0c4ef1cc94
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/config/OperationConfig.js

+ 2 - 0
src/core/config/OperationConfig.js

@@ -3831,3 +3831,5 @@ function valExport() {
 }
 
 export default valExport;
+
+export { OperationConfig };