You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2021. It is now read-only.
It would be interesting to see how an argument descriptor could be added to the project as a minor change. Although, the signature may need to be changed to include the physical variable description, if a variable name cannot be determined in runtime.
This issue is intended for a first time contributor.
Example
// when making use of a decorator preprocessor or typescriptfunctionadd(
@validate.arg(["number"])a,
@validate.arg(["number"])b){returna+b;}
It would be interesting to see how an argument descriptor could be added to the project as a minor change.
Although, the signature may need to be changed to include the physical variable description, if a variable name cannot be determined in runtime.
Example