HTTP Module
sh
$ pnpm install ofetch
$ pnpm install ofetch
ts
import { ofetch } from 'ofetch';
const { users } = await ofetch('/api/users');
import { ofetch } from 'ofetch';
const { users } = await ofetch('/api/users');