( array: Value[], index: number, value: Value, )
| 104 | array.shift(); |
| 105 | |
| 106 | export const arrayWith = <Value>( |
| 107 | array: Value[], |
| 108 | index: number, |
| 109 | value: Value, |
| 110 | ): Value[] => array.with(index, value); |
no outgoing calls
no test coverage detected
searching dependent graphs…