class-validator icon indicating copy to clipboard operation
class-validator copied to clipboard

Feat/safe int

Open AcherTT opened this issue 1 year ago • 0 comments

Description

This PR aims to add a new validator to check if value is an safe integer. It attends the issue https://github.com/typestack/class-validator/issues/2183.

Checklist

  • [x] the pull request title describes what this PR does (not a vague title like Update index.md)
  • [x] the pull request targets the default branch of the repository (develop)
  • [x] the code follows the established code style of the repository
    • npm run prettier:check passes
    • npm run lint:check passes
  • [x] tests are added for the changes I made (if any source code was modified)
  • [x] documentation added or updated
  • [x] I have run the project locally and verified that there are no errors

AcherTT avatar Aug 02 '23 09:08 AcherTT