UNPKG

@extra-array/get

Version:
7 lines (4 loc) 96 B
const array = require("extra-array"); var x = [2, 4, 6, 8]; array.get(x, 1); array.get(x, 3);