UNPKG
fusion-plugin-http-router
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Registers http routes and handlers on the server.
mrmuhammadali/fusion-plugin-http-router
fusion-plugin-http-router
/
src
/
browser.js
7 lines
(4 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
// @flow
import
type
{
FusionPlugin
}
from
'fusion-core'
;
import
type
{
DepsType
,
ServiceType
}
from
'./types'
;
export
default
((
null
:
any
):
FusionPlugin
<
DepsType
,
ServiceType
>);