exact-math
exact-math copied to clipboard
Could you add the types?
When I use exact-math my editor not know the methods of this library.
My code:
import * as exmath from 'exact-math';
exmath.add(...)
but when I write exmath. I would like to see the methods that exist in this library.
I believe that to make this possible it is necessary to add a file of types. So that only this is done:
npm install @ types/exact-math
+1
+1