UNPKG

mathsteps-experimental-fork

Version:

Step by step math solutions. Experimental Fork

10 lines (7 loc) 209 B
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 };