Skip to content

Commit 93c9b4f

Browse files
committed
export dataTypes for applications defining their own functions
#184
1 parent 4a9fd21 commit 93c9b4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/json-formula.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ governing permissions and limitations under the License.
1111
*/
1212
import Formula from './interpreter.js';
1313

14+
export { dataTypes } from './dataTypes.js';
15+
1416
/**
1517
* Class represents an instance of a JsonFormula Expression that can be executed later on with
1618
* multiple instances of JSON Data. The instance of the class has a search

0 commit comments

Comments
 (0)