## HyperBeam Input

### Install
```
npm install -g @pastash/pastash @pastash/input_hyperbeam
```

### Example

```
input {
  hyperbeam {
    path => supersecretkeyword
  }
}


output {
  stdout {}
}
```
