Skip to content

Commit

Permalink
fix: add missing type for replaceComma method
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 6, 2023
1 parent f422ff2 commit 050ec46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/yup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ declare module 'yup' {

interface NumberSchema {
stripEmptyString(): BaseNumberSchema;
replaceComma(): BaseNumberSchema;
}
}

0 comments on commit 050ec46

Please sign in to comment.