We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you pass
const data: unknown = 'some data from unknown source'; validate<Type>("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.