Package Exports
- @stacksjs/whois
- @stacksjs/whois/index.js
- @stacksjs/whois/src/constants.d.ts
- @stacksjs/whois/src/index.d.ts
- @stacksjs/whois/src/socks.d.ts
- @stacksjs/whois/src/types.d.ts
Readme
whois
Find out domain whois information.
☘️ Features
- whois lookup
🤖 Usage
bun install -d @stacksjs/whoisNow, you can use it in your project:
import { lookup } from '@stacksjs/whois'
const result = await lookup('google.com')
console.log(result)Learn more in the docs.
🧪 Testing
bun test📈 Changelog
Please see our releases page for more information on what has changed recently.
🚜 Contributing
Please review the Contributing Guide for details.
🏝 Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Stacks Discord Server
📄 License
The MIT License (MIT). Please see LICENSE for more information.
Made with 💙