Embed error

return regex.test(input) ? Result.ok(input) : Result.err(new ExpectedConstraintError(type, "Invalid string format", input, expected)
Why is this error here?
adiuhawd.PNG
Was this page helpful?