25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

5 satır
165 B

  1. import fetch from 'node-fetch';
  2. // eslint-disable-next-line import/no-default-export
  3. export default fetch;
  4. export type { BodyInit, RequestInit } from 'node-fetch';