Selaa lähdekoodia

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

n1474335 7 vuotta sitten
vanhempi
commit
0c4ef1cc94
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 default valExport;
+
+export { OperationConfig };