UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

4 lines (3 loc) 82 B
export function reverse<T>(array: T[]): T[] { return array.slice().reverse(); }