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

5 lines
103 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export function defineNitroPlugin(def) {
return def;
}
export const nitroPlugin = defineNitroPlugin;