UNPKG

@extra-array/reverse

Version:
5 lines (3 loc) 79 B
const array = require("extra-array"); var x = [1, 2, 3, 4]; array.reverse(x);