ajv-validator / ajv-validator/ajv
validate typescript signature incorrect?
Aperta
thinking
typescript
- Lingua principale
- TypeScript
- Stelle
- 14.8k
- Fork
- 1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
If you pass
```
const data: unknown = 'some data from unknown source';
validate("stringSchema", unknownData);
```
you will always match the first overload, and the first overload is missing the async case.

**Are you going to resolve the issue?**
I can, if someone confirms that it's a valid issue.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.