Features
#
Easy to use apiGenerate notion formula with ease through object, array or string representation.
- Object Representation: A simple object based representation used to generate the final notion formula.
- Array Representation: A simple array based representation used to generate the final notion formula.
- String Representation: A simple string based representation used to generate the final notion formula.
#
Mimics original parserMimics the action notion formula parser closely and provide useful error messages.
Click here to learn more about the parsing process.
#
Typescript SupportTypescript support right out of the box for static typechecking. This typechecking is available for the object and array functions. Click here to learn more.