[go: nahoru, domu]

Skip to content

Commit

Permalink
fix(formula): export AsyncObject (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Jun 6, 2024
1 parent 12d531d commit 08df397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine-formula/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ export type { IRangeChange } from './models/formula-data.model';
export { handleNumfmtInCell } from './engine/utils/numfmt-kit';
export { AsyncArrayObject } from './engine/reference-object/base-reference-object';
export { strip, stripErrorMargin } from './engine/utils/math-kit';
export { AsyncObject } from './engine/reference-object/base-reference-object';

0 comments on commit 08df397

Please sign in to comment.