Shared JavaScript utilities of MLL
npm install @mll-lab/js-utils

Shared JavaScript utilities of MLL
yarn add @mll-lab/js-utils
Just import the functions you need and call them, for example:
``ts
import { isLabID } from '@mll-lab/js-utils';
isLabID('obviously not');
``