Features
Easy to use api#
Generate 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 parser#
Mimics the action notion formula parser closely and provide useful error messages.
Click here to learn more about the parsing process.
Typescript Support#
Typescript support right out of the box for static typechecking. This typechecking is available for the object and array functions. Click here to learn more.