Add RuleSet for comfort, safety & speed factor

This commit is contained in:
pgm-chardelv1 2021-07-14 16:28:02 +02:00
parent 12fc26fa44
commit a751490e4b
9 changed files with 12234 additions and 18 deletions

4
javascript/index.js Normal file
View file

@ -0,0 +1,4 @@
import interpret from "./interpret.mjs";
import RuleSet from "./RuleSet.mjs";
export { interpret, RuleSet };