ow icon indicating copy to clipboard operation
ow copied to clipboard

Async validator

Open msuntharesan opened this issue 6 years ago • 2 comments

Is it possible to have async validator? Ex. check if a value exists in DB.

msuntharesan avatar Jul 04 '18 10:07 msuntharesan

@sindresorhus Any update on this issue?

ansarizafar avatar Apr 24 '19 09:04 ansarizafar

How would that API look like?

await ow(promiseReturningFunction(), ow.object);

SamVerschueren avatar Apr 29 '19 12:04 SamVerschueren