UNPKG

@extra-array/reverse-update

Version:
10 lines (9 loc) 225 B
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}