AspectedRouting/javascript/index.js

13 lines
312 B
JavaScript

import interpret from './interpret.js';
import RuleSet from './RuleSet.js';
const printMsg = () => {
console.info("BE-StressMap has been installed successfully!")
console.info("View the README file for instructors on how to use this module.")
}
export {
interpret,
RuleSet,
printMsg,
};