import fetch from 'node-fetch';
|
|
|
|
// eslint-disable-next-line import/no-default-export
|
|
export default fetch;
|
|
export type { BodyInit, RequestInit } from 'node-fetch';
|