UNPKG

dnssweeper-cli

Version:

CLI tool for detecting and analyzing unused DNS records

8 lines 231 B
#!/usr/bin/env node /** * DNSweeper CLI - メインエントリーポイント * 未使用DNSレコードの検出・分析ツール */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map