Files
discord-clone/node_modules/nitropack/dist/runtime/client.mjs
2023-01-03 09:29:04 -06:00

5 lines
91 B
JavaScript

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