UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 130 B
/** * Returns a copy of the array in reversed order. */ declare function reverse(array: any): any; export default reverse;