@extra-array/middle-update.min
TypeScript icon, indicating that this package has built-in type declarations

2.9.41 • Public • Published

Gets values from middle. 🏃 📼 📦 🌔 📒

Alternatives: middle, middle$.
Similar: left, middle, right.
This is part of package extra-array.

This is browserified, minified version of @extra-array/middle-update.
It is exported as global variable array_middle$.
CDN: unpkg, jsDelivr.

array.middle$(x, [i], [n]);
// x: an array (updated)
// i: start index (0)
// n: number of values (1)
// --> x
const array = require('extra-array');

var x = [1, 2, 3];
array.middle$(x, 1, 1);
// [ 2 ]

x;
// [ 2 ]

var x = [1, 2, 3];
array.middle$(x, 1, 2);
// [ 2, 3 ]

references

/@extra-array/middle-update.min/

    Package Sidebar

    Install

    npm i @extra-array/middle-update.min

    Weekly Downloads

    0

    Version

    2.9.41

    License

    MIT

    Unpacked Size

    11.4 kB

    Total Files

    29

    Last publish

    Collaborators

    • wolfram77