UNPKG

fuse

Version:

The magical GraphQL framework

8 lines (6 loc) 167 B
interface Options { port?: number; path?: string; } declare function nextFusePlugin(options?: Options): (nextConfig?: any) => any; export { nextFusePlugin };