xj-tools

2.1.5 • Public • Published

javaScript 方法集

安装方法

npm install xj-tools -S

使用

import { mergeRemoveSame } from 'xj-tools'

let arr1 = [ 1 ]
let arr2 = [ 1, 2, 3 ]
let arr3 = [ 2, 4, 5, 6 ]

let newArr = mergeRemoveSame(arr1, arr2, arr3)

方法说明

方法文档

Package Sidebar

Install

npm i xj-tools

Weekly Downloads

23

Version

2.1.5

License

ISC

Unpacked Size

27.7 kB

Total Files

17

Last publish

Collaborators

  • min281161191