* Gets an option given a key * @param {string} key - the key to set * @return {undefined}
(key: string)
| 3748 | * @return {undefined} |
| 3749 | */ |
| 3750 | getOption(key: string) { return this.Options[key]; } |
| 3751 | |
| 3752 | /** |
| 3753 | * Returns the entire info object |
no outgoing calls
no test coverage detected