import { data } from '@remix-run/node' export function send(payload: T, init?: number | ResponseInit) { return data(payload, init) }