jonathanpmartins / v-money3

Vue3 currency input/directive mask
MIT License
100 stars 27 forks source link

Export BigNumber #48

Closed joserick closed 3 years ago

joserick commented 3 years ago

Hi @jonathanpmartins

I hope you are well, I'm going to take you comment, to ask if you could expose the BigNumber class.

Thanks in advance.

jonathanpmartins commented 3 years ago

You request was published in 3.20.0.

import BigNumber from 'v-money3';

This class is currently very simple, it only has the methods needed for v-money3 to work. Feel free to open an issue or a pull request to improve upon it.