Example
const smtp = require('nuclei/smtp'); const isSMTP = smtp.IsSMTP('acme.com', 25); log(toJSON(isSMTP));
Optional
string
boolean
Was this page helpful?