Skip to content

afeiship/next-without

Repository files navigation

next-without

Returns the new array of filtered values.

installation

npm install -S afeiship/next-without --registry=https://registry.npm.taobao.org

usage

import 'next-without';

const arr1 = [1, 2, 1, 3];
const rs1 = nx.without(arr1, [1, 2]);

// [3]

About

Returns the new array of filtered values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published