Closed balhisyhrl closed 2 years ago
Hello, I'm using the same script as the example, but got an error like this
const response = await osintEmail.search(email); ^ TypeError: osintEmail.search is not a function
Sorry I made a mistake in the exemple. You should import the lib like this : const osintEmail = require('osint-email').default; I'll edit the readme
const osintEmail = require('osint-email').default;
Hello, I'm using the same script as the example, but got an error like this