📜  ReferenceError: fetch is not defined - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:28.506000             🧑  作者: Mango
代码示例3
npm i node-fetch --save
#then add this line to you .ts
import fetch from "node-fetch";