UNPKG
@rdx-js/build-berun
Version:
latest (1.2.0)
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.31
0.5.30
0.5.29
0.5.28
0.5.27
0.5.26
0.5.25
0.5.24
0.5.23
0.5.22
0.5.21
0.5.14
0.5.11
0.5.10
0.5.9
0.5.8
0.5.6
0.5.5
0.5.4
0.5.3
0.5.1
BeRun runner for building RDX packs
github.com/synchealthlabs/rdx
synchealthlabs/rdx
@rdx-js/build-berun
/
src
/
rdx-berun-fluent
/
index.ts
13 lines
(9 loc)
•
223 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Berun
from
'@berun/berun'
import
RdxClass
from
'./Rdx'
export
const
TdxConfig
=
RdxClass
export
const
Rdx
= (
berun
:
BerunRdx
) => { berun.
rdx
=
new
RdxClass
() }
export
type
BerunRdx
=
Berun
& {
rdx
:
RdxClass
}