export default fetchit; /** @type {import('../types/fetchit').FetchIt} */ export const fetchit: import('../types/fetchit').FetchIt; import { json } from "../shared/json"; import { text } from "../shared/text"; export { json, text };