Find a molecular formula from a monoisotopic mass.
$ npm install --save mf-finder
import library from 'mf-finder'; const result = library(args); // result is ...
MIT