5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
|
|
export function defineNitroPlugin(def) {
|
||
|
|
return def;
|
||
|
|
}
|
||
|
|
export const nitroPlugin = defineNitroPlugin;
|