Skip to content
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

Typescript Support #112

Open
BlackFenix2 opened this issue Nov 1, 2021 · 1 comment
Open

Typescript Support #112

BlackFenix2 opened this issue Nov 1, 2021 · 1 comment

Comments

@BlackFenix2
Copy link

Is it possible for this project to support typescript as well as es2020 syntax for the API?

like instead of

whois.lookup('google.com', function(err, data) {
	console.log(data)
})

we could have 👍

const result = await whois.lookup('google.com')

im welcome to submit a PR if necessary.

@hjr265
Copy link
Member

hjr265 commented Oct 23, 2022

@BlackFenix2 Sorry to bump this old issue. You are most welcome to submit a PR if you are still interested. I will be happy to get that reviewed and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants