ReferenceError: buscar não é definido
const fetch = require("node-fetch");
Awful Ant
const fetch = require("node-fetch");
npm i node-fetch --save
#then add this line to you .ts
import fetch from "node-fetch";
npm i node-fetch --save