We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9fd21 commit 93c9b4fCopy full SHA for 93c9b4f
src/json-formula.js
@@ -11,6 +11,8 @@ governing permissions and limitations under the License.
11
*/
12
import Formula from './interpreter.js';
13
14
+export { dataTypes } from './dataTypes.js';
15
+
16
/**
17
* Class represents an instance of a JsonFormula Expression that can be executed later on with
18
* multiple instances of JSON Data. The instance of the class has a search
0 commit comments