Skip to content

Commit

Permalink
Add locale to IsNumericOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TigerStar429 committed Jun 21, 2020
1 parent aac8115 commit 7f0ee96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ export interface IsMobilePhoneOptions {
*/
export interface IsNumericOptions {
no_symbols: boolean;
locale?: AlphanumericLocale;
}

/**
Expand Down

0 comments on commit 7f0ee96

Please sign in to comment.