UNPKG

the-math

Version:

TheMath is an extensive math library for JavaScript and Node.js. It features a flexible expression parser

6 lines (5 loc) 150 B
type Arguments = { [key: string]: number; }; declare function resolve(operation: string, parameters?: Arguments): number; export default resolve;