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