package update and small tweak to type annotation
This commit is contained in:
parent
cd52e15ce5
commit
69e5c1520a
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ class Logger {
|
|||
* historySize: number,
|
||||
* onHistoryFull: () => void,
|
||||
* argsPlaceholder: string,
|
||||
* dict: {[key: string]: string}
|
||||
* defaultLevel: string,
|
||||
* dict: Map<string, string>,
|
||||
* logFrom: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||
* logFrom2: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||
* }} options
|
||||
|
|
Reference in a new issue