exact-math icon indicating copy to clipboard operation
exact-math copied to clipboard

Could you add the types?

Open mperezguendulain opened this issue 7 years ago • 2 comments

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

mperezguendulain avatar May 04 '18 17:05 mperezguendulain

+1

Jogai avatar Oct 17 '20 08:10 Jogai

+1

juanantoniodamianv avatar Jan 17 '23 18:01 juanantoniodamianv