AcherTT
AcherTT
With a-api, there is no need to recompile, as long as the versions of different systems are compiled in advance. I found that this project does not have a Linux...
### Description I need a secure JavaScript validator for validating "safe int" type. example ```typescript class MyClass { @IsSafeInt() someProperty: number; } ``` ### Proposed solution use Number.isSafeInteger. ```typescript export...
## 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...
Can n-api be used instead of Nan? because the compilation and deployment of Nan is very complicated
When I was reading the fs module, I found a mix-up between isfd and isInt32, so I optimised it.