@extra-array/suffix
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.


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

Weekly Downloads

7

Version

2.10.19

License

MIT

Unpacked Size

4.33 kB

Total Files

8

Last publish

Collaborators

  • wolfram77