UNPKG

repture

Version:

Lightweight JavaScript ES6 based utility library

4 lines (3 loc) 81 B
export default function reverse(array: Array<any>) { return array.reverse(); }