elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/plugin.d.ts

4 lines
195 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { NitroAppPlugin } from "nitropack/types";
export declare function defineNitroPlugin(def: NitroAppPlugin): NitroAppPlugin;
export declare const nitroPlugin: typeof defineNitroPlugin;