UNPKG

@extra-array/reverse

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