()
| 127 | export const getUndefined = (): undefined => undefined; |
| 128 | |
| 129 | export const noop = () => {}; |
| 130 | |
| 131 | export const getArg = <T>(value: T): T => value; |
| 132 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…