UNPKG

@haz3y0ne/parsexl

Version:

Parses Excel formulas into a clean, well-typed abstract syntax tree you can analyse or evaluate in TypeScript.

3 lines (2 loc) 52 B
export * from "./ast"; export * from "./functions";