{
  "source": "system.js",
  "method": "stderr",
  "input-schema": {
    "type": "null"
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "stderr": {
        "type": "any",
        "description": "Stream connected to the stderr."
      }
    }
  },
  "meta": {
    "name": "stderr",
    "description": "Get stderr handle."
  }
}