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

2.10.19 • Public • Published

Lists all possible infixes. 📦 😺 🏃 📼 🌔 📜 📰 📘

Similar: infix, infixes, hasInfix, searchInfix.

This is part of package extra-array.

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


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

[...array.infixes([1, 2])];
// [ [], [ 1 ], [ 1, 2 ], [ 2 ] ]

[...array.infixes([1, 2, 3])];
// [ [], [ 1 ], [ 1, 2 ], [ 1, 2, 3 ], [ 2 ], [ 2, 3 ], [ 3 ] ]


References

Readme

Keywords

Package Sidebar

Install

npm i @extra-array/infixes.min

Weekly Downloads

15

Version

2.10.19

License

MIT

Unpacked Size

5.22 kB

Total Files

8

Last publish

Collaborators

  • wolfram77