UNPKG
@infect/rda-service
Version:
latest (5.6.1)
5.6.1
5.6.0
5.5.1
5.5.0
5.4.0
5.3.1
5.3.0
5.2.26
5.2.25
5.2.24
5.2.23
5.2.22
5.2.21
5.2.20
5.2.19
5.2.18
5.2.17
5.2.16
5.2.15
5.2.14
5.2.13
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.1
4.1.0
4.0.4
4.0.2
4.0.1
4.0.0
Microservice Framework for RDA
github.com/infect-org/rda-service
infect-org/rda-service
@infect/rda-service
/
index.js
13 lines
(9 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
import
Server
from
'./src/Server.js'
;
import
Controller
from
'./src/Controller.js'
;
import
Service
from
'./src/Service.js'
;
export
{
Server
,
Controller
,
Service
as
default
, };