fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
6.35k stars 204 forks source link

add `parserAsync` API reference #786

Closed EltonLobo07 closed 3 months ago

EltonLobo07 commented 3 months ago

I noticed the 'Explanation' section is missing under 'Parameters'. I assume this is because parserAsync returns a function instead of directly using the arguments to generate a final output. But I think an explanation like the one on this webpage is needed. Maybe we can add a similar explanation under the 'Returns' section. Good idea? 

fabian-hiller commented 3 months ago

Yes, feel free to improve this in another PR 🙏