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
What happened?
In the documentation, Validator.registerAsync() is passed two arguments.
However, the same implementation will point out that the third argument is not specified.
(method) Validator.ValidatorStatic.registerAsync(name: string, fn: Validator.RegisterAsyncCallback, message: string): void
Three arguments are required, but two were specified. ts(2554)
index.d.ts(69, 13): 'message' argument not specified.
What did you expect to happen?
I think the third argument message should be optional.
Are you willing to submit a pull request to fix this bug?
I don't know how to contribute to @types
The text was updated successfully, but these errors were encountered:
What version of this package are you using?
What operating system, Node.js, and npm version?
What happened?
In the documentation,
Validator.registerAsync()
is passed two arguments.However, the same implementation will point out that the third argument is not specified.
What did you expect to happen?
I think the third argument
message
should be optional.Are you willing to submit a pull request to fix this bug?
I don't know how to contribute to @types
The text was updated successfully, but these errors were encountered: