ZenScript main repository
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

module.json 300B

123456789
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Exception": {"type": "Definition", "definition": "Exception"},
  6. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  7. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"}
  8. }
  9. }