Skip to content

mll-lab/js-utils

Repository files navigation

@mll-lab/js-utils

npm semantic-release

Shared JavaScript utilities of MLL

Install

yarn add @mll-lab/js-utils

Usage

Just import the functions you need and call them, for example:

import { isLabID } from '@mll-lab/js-utils';

isLabID('obviously not');