UNPKG

duckengine

Version:
2 lines (1 loc) 99 B
export default function swapElement<t = unknown>(array: t[], index1: number, index2: number): t[];