Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 530 Bytes

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