langLibs.js 194 B

12345678910
  1. /**
  2. * This is the dictionary of the language defined libraries
  3. */
  4. export default {
  5. $mathLib: "Mathematic",
  6. $ioLib: "IO",
  7. $strLib: "Text",
  8. $arrayLib: "Array",
  9. $langLib: "Conversion"
  10. }