Skip to content

Commit 7fc6987

Browse files
committed
Update function names
1 parent 884968c commit 7fc6987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type NonCurrencyMaskTypeArgs = {
1515

1616
type ResultType = string | undefined;
1717

18-
export function getValueFromNonCurrencyMask({
18+
export function getValueWithNonCurrencyMask({
1919
value,
2020
mask,
2121
}: NonCurrencyMaskTypeArgs): ResultType {
@@ -67,7 +67,7 @@ function convertToNumber(
6767
);
6868
}
6969

70-
export function getValueFromCurrencyMask({
70+
export function getValueWithCurrencyMask({
7171
value,
7272
newValue,
7373
currencyDivider,

0 commit comments

Comments
 (0)