UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

4 lines (3 loc) 195 B
import type { NitroAppPlugin } from "nitropack/types"; export declare function defineNitroPlugin(def: NitroAppPlugin): NitroAppPlugin; export declare const nitroPlugin: typeof defineNitroPlugin;