merge-file-lists
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

merge-file-lists

A helper function that merges two FileList objects into one

Installation via NPM

npm install merge-file-lists --save

Installation via Yarn

yarn add merge-file-lists

Usage

import mergeFileLists from "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.

Readme

Keywords

Package Sidebar

Install

npm i merge-file-lists

Weekly Downloads

9

Version

1.0.0

License

MIT

Unpacked Size

2.02 kB

Total Files

4

Last publish

Collaborators

  • d2k