larray

0.0.10 • Public • Published

Lamed_Array (larray)

Useful JavaScript array methods not available in lodash.

Usage:

npm i larray -s

const larray = require('larray');

Functions:

Functions Description
Array.replaceAll() Replace all occurrences of a string in an array.
Array.toLowerCase() Change array elements to lower case.
Array.toUpperCase() Change array elements to upper case.
String.includeAll() Test if all argument items are included in String. If argument is array, the array items will be used.
String.includeAny() Test if any argument items are included in String. If argument is array, the array items will be used.
String.replaceAll() Replace all occurrences of a string.

/larray/

    Package Sidebar

    Install

    npm i larray

    Weekly Downloads

    2

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • perezlamed