UNPKG

mathsteps-experimental-fork

Version:

Step by step math solutions. Experimental Fork

10 lines (7 loc) 259 B
import hasUnsupportedNodes from './hasUnsupportedNodes.js'; import resolvesToConstant from './resolvesToConstant.js'; const checks = { hasUnsupportedNodes, resolvesToConstant, }; export { checks as default, hasUnsupportedNodes, resolvesToConstant };