Skip to content

Commit 74e04d3

Browse files
Export ExprString (#189)
1 parent bcb78c0 commit 74e04d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export {ExprError} from './errors';
88
export {Expression} from './expression';
9-
export {ExprElement, ExprIdentifier, ExprNumber, ExprOperator} from './elements';
9+
export {ExprElement, ExprIdentifier, ExprNumber, ExprOperator, ExprString} from './elements';
1010
export {ExprFunction} from './functions';
1111
export {CONSTANTS as HILBERT_CONSTANTS, SPECIAL_IDENTIFIERS, isSpecialFunction} from './symbols';
1212
export {hasZero, Interval, isWhole, width} from './eval';

0 commit comments

Comments
 (0)