2.9.0 • Published 4 years ago

@chemistry/formula v2.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@chemistry/formula

npm version Build Status codecov License: MIT

Library for working with chemical formula

Install

npm install @chemistry/formula

Include following clases:

  • Formula

Getting started:

import { Formula } from "@chemistry/formula";

const formula = Formula.parse('C2H5OH');
console.log(formula); // { C: 2, H: 6, O:1 }

const str = Formula.convertToString(formula);
console.log(str); // C2H6O

Commands:

  • Build project: npm run build
2.9.0

4 years ago

2.8.16

4 years ago

2.8.12

4 years ago

2.8.11

4 years ago

2.8.10

4 years ago

2.8.9

4 years ago

2.8.7

4 years ago

2.8.8

4 years ago

2.7.7

4 years ago

2.8.6

4 years ago

2.8.5

4 years ago

2.8.3

4 years ago

2.8.1

4 years ago

2.8.0

4 years ago

2.7.28

4 years ago

2.7.25

4 years ago

2.7.12

4 years ago

2.7.10

4 years ago

2.7.0

4 years ago

2.5.1

5 years ago