UNPKG
spd-toolkit
Version:
latest (1.0.1)
1.0.1
1.0.0
Toolkit of the SPD(Secure Packaged Data lineup
spd-toolkit
/
index.js
10 lines
(9 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const {
SPD
,
SPD_LEG
} =
require
(
"spd-lib"
) const {SPD_Tunnel} =
require
(
"spd-tunnel"
) const {
Box
} =
require
(
"spd-box"
)
module
.exports = {
Lib
:SPD
,
Lib
_Legacy:
SPD_LEG
Tunnel
:SPD_Tunnel
,
Box
:Box
}