UNPKG
@perion/core
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A library with the core utils for netcode development in Node.js
@perion/core
/
index.js
8 lines
(7 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
Cast
=
require
(
'./src/cast'
);
const
StateContainer
=
require
(
'./src/stateContainer'
);
/** * A module that exports the core perion library *
@module
@perion
/core */
module
.
exports
= {
Cast
,
StateContainer
};