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

2.10.19 • Public • Published

Picks an arbitrary suffix. 📦 😺 🏃 📼 🌔 📜 📰 📘

Similar: suffix, suffixes, hasSuffix.

This is part of package extra-array.

This is browserified, minified version of @extra-array/suffix.
It is exported as global variable array_suffix.
CDN: unpkg, jsDelivr.


array.suffix(x, [n], [r]);
// x: an array
// n: number of values (-1 => any)
// r: random seed 0->1
const array = require("extra-array");

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

array.suffix(x, 1);
// [ 3 ]

array.suffix(x, -1, 0.5);
// [ 2, 3 ]

Readme

Keywords

Package Sidebar

Install

npm i @extra-array/suffix.min

Weekly Downloads

326

Version

2.10.19

License

MIT

Unpacked Size

5.29 kB

Total Files

8

Last publish

Collaborators

  • wolfram77