@modusjs/units
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

units


Universal library for validating and converting Modus result data units.

This library works in the browser and in node.

Install

yarn add @modusjs/units
# or
npm install @modusjs/units

MODUS Unit conversion

For converting a batch of MODUS Nutrient Results

import { convertUnits } from '@modusjs/units';

Simple Convert

If you just have something you want to convert

import { simpleConvert } from '@modusjs/units';

Validate Units

import { validateUnits } from '@modusjs/units';

Base saturation conversion

import { convertUnits } from '@modusjs/units';

Types

-molecularWeights: Conversion between milliequivalents and ppm use molecularWeights automatically, but it is exported for your convenience.

Development


This library is universal, so it runs tests both in-browser and in node. To simplify browser testing, the src/test/ folder holds an HTML file that opens a browser on your machine, imports the compiled test bundle, and then runs the tests listed there. Option for getting an automated result from this in the future might be TestCafe...

To run just the browser tests: yarn test:browser.

To run just the node tests: yarn test:node.

To build: yarn build.

To rollup dist/index.mjs bundle for browser: yarn build:rollup

To compile/bundle everything live as you code: yarn dev

To run all tests live as you code (you should run yarn dev at the same time): yarn test.

Readme

Keywords

none

Package Sidebar

Install

npm i @modusjs/units

Weekly Downloads

1

Version

1.0.4

License

Apache-2.0

Unpacked Size

1.31 MB

Total Files

17

Last publish

Collaborators

  • serviopalacios
  • sanoel
  • aultac