expr-eval is a JavaScript library that enables parsing and evaluation of mathematical expressions. It supports variables, common mathematical functions, and customizable operators. This package allows developers to safely evaluate user-provided expressions without the risk of code injection. Ideal for applications requiring dynamic calculations or mathematical parsing, expr-eval provides a lightweight and secure solution for handling complex mathematical expressions in JavaScript environments.