UNPKG
fuse
Version:
canary (0.11.0-canary.0)
latest (0.12.1)
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.11.0-canary.0
0.10.1
0.10.0
0.10.0-canary.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
The magical GraphQL framework
github.com/StellateHQ/fuse
StellateHQ/fuse
fuse
/
dist
/
next
/
plugin.d.ts
8 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
Options
{
port
?:
number
;
path
?:
string
; }
declare
function
nextFusePlugin
(
options
?:
Options
):
(
nextConfig
?:
any
) =>
any
;
export
{ nextFusePlugin };