UNPKG
@methodus/server
Version:
latest (8.0.8)
8.0.8
8.0.5
8.0.4
8.0.3
8.0.2
7.0.16
7.0.15
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
5.1.2
5.1.1
5.1.0
5.1.0-test
5.0.29
5.0.28
5.0.27
5.0.26
5.0.25
5.0.24
5.0.23
5.0.22
5.0.21
5.0.20
5.0.19
5.0.18
5.0.17
5.0.16
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9-beta
5.0.8-beta
5.0.6-beta
5.0.5-beta
5.0.4-beta
5.0.3-beta
5.0.2-beta
5.0.1-alpha
5.0.0-alpha
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-preview-1
3.1.1
3.1.0
3.0.39
3.0.38
3.0.38-peer
3.0.38-beta
3.0.37
3.0.36
3.0.35
3.0.34
3.0.33
3.0.32
3.0.31
3.0.30
3.0.28
3.0.26
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.10
0.0.9
0.0.8
0.0.1-dev
Server components for @methodus workflow
methodus.dev
nodulusteam/methodus.dev
@methodus/server
/
dist
/
method
/
index.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./deserialize'
;
import
{
Methods
as
MethodConfigBaseNS
}
from
'./method-config-base'
;
export
declare
const
MethodConfigBase
:
typeof
MethodConfigBaseNS
.
MethodConfigBase
;