import Testinha, { IParams } from "./index"; // const Testinha = require("./index"); const test = Testinha("https://google.com", 80); const route: IParams = { answer: { error: "Email and password required" }, url: "login", method: "POST", comparation: "EQUAL", }; test.test([route]).then((res: any) => console.info(`Resposta: ${res}`));