UNPKG

senselogic-def

Version:
11 lines (7 loc) 283 B
// -- IMPORTS import { buildDefText } from './building.js'; import { getDumpText } from './dumping.js'; import { haveSameValue } from './equivalence.js'; import { parseDefText } from './parsing.js'; // -- EXPORTS export { buildDefText, getDumpText, haveSameValue, parseDefText };