mavoweb / vastly

Everything you need to support a custom formula language

Home Page:https://vastly.mavo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define types

LeaVerou opened this issue · comments

Currently the docs produced are not very helpful because all arguments are of type any. We should import JSEP's type for AST nodes and refer to that.

Not sure if we can do that in JSDoc or a .d.ts file. If the latter, can we reference the type from JSDoc? Something to look into!