UNPKG

@extra-array/left

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