(v)
| 35 | } |
| 36 | |
| 37 | export function getValue(v) { |
| 38 | if (exports.isExist(v)) { |
| 39 | return v; |
| 40 | } else { |
| 41 | return ''; |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Dangerous property names that could lead to prototype pollution or security issues |
nothing calls this directly
no outgoing calls
no test coverage detected