Files
vat-api.eu/node_modules/nitropack/dist/runtime/internal/client.mjs
2026-02-13 22:02:30 +01:00

5 lines
91 B
JavaScript

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