Replies: 1 comment
-
I think this is possible, but you need to initialize/configure the validator instance yourself, and not use a provider, because you will not have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this supported? I tried simply installing
@adonisjs/validator
, but I getnode_modules/@adonisjs/validator/build/adonis-typings/index.d.ts' is not a module.
Usingrequire
also doesn't work.console.log
ing the imported value gives:so, is it a configuration thing?
Beta Was this translation helpful? Give feedback.
All reactions