Medbikri Utils
Installation
yarn add medbikri-utils
npm i medbikri-utils
How to use
import {calculateTotal} from 'medbikri-utils';
const medSold = {
...
};
const totalResponse = calculateTotal(medSold);
yarn add medbikri-utils
npm i medbikri-utils
import {calculateTotal} from 'medbikri-utils';
const medSold = {
...
};
const totalResponse = calculateTotal(medSold);
npm i medbikri-utils
1
1.0.33
MIT
11.6 kB
8