npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

arr-include

2.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:3
$ npm install arr-include
DailyWeeklyMonthlyYearly

arr-include

Include only certain items in an array

Install

$ npm install arr-include

Usage

import arrayInclude from 'arr-include';

arrayInclude(['a', 'b', 'c'], ['b', 'x']);
//=> ['b']

Related

  • arr-exclude - Exclude certain items from an array