-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: @IsTaxID validator #1626
feat: @IsTaxID validator #1626
Conversation
export const IS_TAX_ID = 'isTaxID'; | ||
|
||
/** | ||
* Checks if the string is a credit card. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
credit card → tax ID
} | ||
|
||
/** | ||
* Checks if the string is a credit card. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
credit card → tax ID
2ef8ff0
to
0da8f89
Compare
Hey, thanks for opening the PR, please rebase or cherry-pick this to the latest |
Superset by #1822 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
@IsTaxID validator implemented.
Checklist
Update index.md
)develop
)npm run prettier:check
passesnpm run lint:check
passes