(value: T)
| 129 | export const noop = () => {}; |
| 130 | |
| 131 | export const getArg = <T>(value: T): T => value; |
| 132 | |
| 133 | export const promiseNew = <Value>( |
| 134 | resolver: ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…