UNPKG
@perion/calc
Version:
latest (0.0.2)
0.0.2
0.0.1
A library for MapleStory calculations
@perion/calc
/
index.js
7 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{
HyperStats
} =
require
(
'./src/hyperStats.js'
);
/** * A module that exports standard MapleStory formulas and calculations *
@module
@perion
/calc */
module
.
exports
= {
HyperStats
};