arr-exclude

Exclude certain items from an array

MIT 3 个版本
安装
npm install arr-exclude
yarn add arr-exclude
pnpm add arr-exclude
bun add arr-exclude
README

arr-exclude

Exclude certain items from an array

Install

$ npm install arr-exclude

Usage

import arrayExclude from 'arr-exclude';

arrayExclude(['a', 'b', 'c'], ['b']);
//=> ['a', 'c']
版本列表
3.0.0 2025-06-13
2.0.0 2021-08-10
1.0.0 2015-09-03