2.9.0 • Published 6 years ago

@chemistry/formula v2.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

2.8.16

6 years ago

2.8.12

6 years ago

2.8.11

6 years ago

2.8.10

6 years ago

2.8.9

6 years ago

2.8.7

6 years ago

2.8.8

6 years ago

2.7.7

6 years ago

2.8.6

6 years ago

2.8.5

6 years ago

2.8.3

6 years ago

2.8.1

6 years ago

2.8.0

6 years ago

2.7.28

6 years ago

2.7.25

6 years ago

2.7.12

6 years ago

2.7.10

6 years ago

2.7.0

6 years ago

2.5.1

7 years ago