Skip to content

swiftmade/labkar-algorithms

Repository files navigation

Labkar Algorithms

This repo contains LABKAR statistical calculation algorithms.

Development

npm install

# Run the tests
npm run test

# Run the tests in watch mode
npm run test:watch

# Build
npm run build

# Publish
npm publish