UNPKG

@ajaykrp/math-ops

Version:

A versatile TypeScript library designed to handle a wide range of mathematical operations

2 lines (1 loc) 90 B
export declare function calculate(operation: string, ...args: number[]): number | string;