UNPKG
mathematics-code
Version:
latest (1.0.4)
1.0.4
1.0.3
A project that aims to simplify mathematics
mathematics-code
/
index.js
11 lines
(10 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
Simplify
=
require
(
"./js/Simplify"
)
const
Mathematics
=
require
(
"./js/Mathematics"
)
const
Computer
=
require
(
"./js/Computer"
)
const
Config
=
require
(
"./Config/Configs"
)
module
.
exports
= {
Mathematics
,
Computer
,
Config
,
Simplify
, }