elearning/Frontend-Learner/node_modules/@nuxt/vite-builder/dist/runtime/vite-node-shared.d.mts

11 lines
478 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
/** @typedef {import('node:net').Socket} Socket */
/** @typedef {import('../plugins/vite-node').ViteNodeFetch} ViteNodeFetch */
/** @type {import('../plugins/vite-node').ViteNodeServerOptions} */
export const viteNodeOptions: import("../plugins/vite-node").ViteNodeServerOptions;
/**
* @type {ViteNodeFetch}
*/
export const viteNodeFetch: ViteNodeFetch;
export type Socket = import("node:net").Socket;
export type ViteNodeFetch = import("../plugins/vite-node").ViteNodeFetch;