import { easyFetch } from './createInstance';
import { EasyFetchResponse } from './types/easyFetch.type';

export { easyFetch };
export type { EasyFetchResponse };
