UNPKG

starter-math

Version:

A simple math library

2 lines (1 loc) 65 B
export declare const subtract: (a: number, b: number) => number;