()
| 34 | * @returns {boolean|object} - Current masking configuration |
| 35 | */ |
| 36 | export function getMaskConfig() { |
| 37 | return store.maskSensitiveData || global.maskSensitiveData || false |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Check if data should be masked |
no outgoing calls
no test coverage detected