Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 991 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 991 Bytes

rxn-parser

NPM version build status Test coverage npm download

Parse the RXN format

Installation

$ npm i rxn-parser

Usage

import parse from 'rxn-parser';

const result = parse(args);
// result is ...

License

MIT