Skip to content

HTTP Module

sh
$ pnpm install ofetch
ts
import { ofetch } from 'ofetch';

const { users } = await ofetch('/api/users');

Released under the MIT License.