-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"".isWellFormed() doesn't type-check #24238
Comments
This is working as expected similar to tsc:
|
I'll update types at tsc side |
@satyarohith This issue is working in progress, not working as designed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Deno 1.44.2
The isWellFormed() method on strings works, but doesn't type-check.
Here is a workaround:
The text was updated successfully, but these errors were encountered: