# value-units

> Package to deal with an object containing value and units

Latest version **0.2.0** (published 2021-09-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install value-units
pnpm add value-units
yarn add value-units
bun add value-units
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2021-09-28 |
| First published | 2021-09-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Luc Patiny |
| Maintainers | cheminfo-bot |

## Links

- npm: https://www.npmjs.com/package/value-units
- Repository: https://github.com/cheminfo/value-units
- Homepage: https://github.com/cheminfo/value-units#readme
- Issues: https://github.com/cheminfo/value-units/issues
- npm.io page: https://npm.io/package/value-units

## Recent versions

- 0.2.0 (latest) — 2021-09-28
- 0.1.0 — 2021-09-07

## README

# value-units

[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]

Package to deal with an object containing value and units.

## Installation

`$ npm i value-units`

## Usage

```js
import library from 'value-units';

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

## [API Documentation](https://cheminfo.github.io/value-units/)

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/value-units.svg
[npm-url]: https://www.npmjs.com/package/value-units
[ci-image]: https://github.com/cheminfo/value-units/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/cheminfo/value-units/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/cheminfo/value-units.svg
[codecov-url]: https://codecov.io/gh/cheminfo/value-units
[download-image]: https://img.shields.io/npm/dm/value-units.svg
[download-url]: https://www.npmjs.com/package/value-units

---
_Source: https://npm.io/package/value-units · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
