declare module "@extra-array/reverse" {
/**
 * Reverses the array.
 * @param x an array
 */
declare function reverse<T>(x: T[]): T[];
export = reverse;
//# sourceMappingURL=reverse.d.ts.map}
