UNPKG
mathsteps-experimental-fork
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.4
0.6.4
0.6.3
0.6.2
0.6.0
0.5.1
0.5.0
0.4.19
0.4.18
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
Step by step math solutions. Experimental Fork
mathsteps-experimental-fork
/
dist
/
es
/
lib
/
node
/
index.js
10 lines
(7 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
NodeCreator
from
'./Creator.js'
;
import
NodeType
from
'./Type.js'
;
const
Node
= {
Creator
:
NodeCreator
,
Type
:
NodeType
, };
export
{
NodeCreator
as
Creator
,
NodeType
as
Type
,
Node
as
default
};