Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nitropack/dist/runtime/internal/client.mjs
T
2025-09-18 19:01:22 +07:00

5 lines
91 B
JavaScript

import { $fetch } from "ofetch";
if (!globalThis.$fetch) {
globalThis.$fetch = $fetch;
}