An open API service indexing awesome lists of open source software.

https://github.com/bdbch/merge-file-lists

Merges two FileList objects into one
https://github.com/bdbch/merge-file-lists

Last synced: about 1 year ago
JSON representation

Merges two FileList objects into one

Awesome Lists containing this project

README

          

# merge-file-lists

> A helper function that merges two FileList objects into one

## Installation via NPM

```sh
npm install @d2k/merge-file-lists --save
```

## Installation via Yarn

```sh
yarn add @d2k/merge-file-lists
```

## Usage

```js
import mergeFileLists from "@d2k/merge-file-lists";

const newFileList = mergeFileLists(fileListA, fileListB);
```

## Contribution

Please fork this project and send in a PR with an explanory text about what your PR is trying to fix or add. Feel free to open issues.