/js-utils

Shared JavaScript utilities of MLL

Primary LanguageTypeScriptMIT LicenseMIT

@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');