import { List } from 'immutable' export function moveItem( value: List, oldI: string | number, newI: string | number ): List