Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@dnd-kit/sortable.ts>arrayMove

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function arrayMove
import { arrayMove } from "https://deno.land/x/netzo@0.5.108/deps/@dnd-kit/sortable.ts";

Move an array item to a different position. Returns a new array with the item moved to the new position.

Parameters

array: T[]
from: number
to: number