1
2
3
import { Buffer } from "node:buffer";
export const expressExampleNew = (req, res) => res.json({ ok: true });