UNPKG

lgrthms

Version:

Algorithms and data structures for your JavaScript and TypeScript projects 🧑‍💻

2 lines (1 loc) 73 B
export declare function swap<T>(array: T[], i: number, j: number): void;