Constructor
new Converter()
Converts and optionally reverts values between two domains. The converter
interface consists of two methods:
- `convert(input)`: convert input to output
- `revert(output)`: optional, converts output back to input
- Source: