# mf-matcher

[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]

Filter an array of object using mw, em, msem, unsaturation and atoms.

## Installation

`$ npm install --save mf-matcher`

## Usage

```js
import library from 'mf-matcher';

const result = library(args);
// result is ...
```

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/mf-matcher.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/mf-matcher
[download-image]: https://img.shields.io/npm/dm/mf-matcher.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/mf-matcher
