elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/client.mjs
2026-01-13 10:48:02 +07:00

4 lines
91 B
JavaScript

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