(key?: string)
| 30 | } |
| 31 | |
| 32 | export function normalizeProjectPropertyKey(key?: string): string { |
| 33 | return key ? key.trim() : ""; |
| 34 | } |
| 35 | |
| 36 | export function getProjectPropertyFilter( |
| 37 | settings?: PropertyFilterSettings |
no outgoing calls
no test coverage detected