(flag: boolean)
| 432 | let warningEnabled = true |
| 433 | |
| 434 | export function toggleDeprecationWarning(flag: boolean): void { |
| 435 | warningEnabled = flag |
| 436 | } |
| 437 | |
| 438 | export function warnDeprecation( |
| 439 | key: DeprecationTypes, |
no outgoing calls
no test coverage detected