Update index.d.ts

This commit is contained in:
King Wang
2017-11-13 11:58:51 +08:00
committed by GitHub
parent d8765f8b5d
commit 3448aae7fa

View File

@@ -298,7 +298,7 @@ declare namespace Showdown {
* Setting a "local" option only affects the specified Converter object.
*
* @param optionKey
* @param string
* @param value
*/
setOption(optionKey: string, value: any): void;