Skip to content

Commit

Permalink
Merge branch 'master' of github.com:razorpay/i18nify into fix/codecov…
Browse files Browse the repository at this point in the history
…-coverage
  • Loading branch information
tarun-khanna committed May 31, 2024
2 parents 486ada8 + c209c66 commit ceea6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18nify-js/src/modules/currency/formatNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { withErrorBoundary } from '../../common/errorBoundary';
import { getIntlInstanceWithOptions } from '../.internal/utils';
import { CurrencyCodeType, I18nifyNumberFormatOptions } from './types';

// this function formats number based on different arguments passed
/* this function formats number based on different arguments passed */
const formatNumber = (
amount: string | number,
options: {
Expand Down

0 comments on commit ceea6a5

Please sign in to comment.