(value?: string)
| 33 | } |
| 34 | |
| 35 | export function checkPoolMode(value?: string): void { |
| 36 | checkStringTypeUnionValue(VALID_POOL_MODE_VALUES, 'PoolMode', value); |
| 37 | } |
| 38 | |
| 39 | const _nameScopeStack: string[] = []; |
| 40 | const _nameScopeDivider = '/'; |
no test coverage detected
searching dependent graphs…