elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/client.mjs

5 lines
91 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { $fetch } from "ofetch";
if (!globalThis.$fetch) {
globalThis.$fetch = $fetch;
}