* Get the settings object
()
| 41 | * Get the settings object |
| 42 | */ |
| 43 | getSettings(): ISettings; |
| 44 | /** |
| 45 | * It converts an object to a flatted object, |
| 46 | * eg: { a: { b: 'test' }}, result is : { 'a.b': 'test' }. |
no outgoing calls
no test coverage detected