Skip to content

Shared JavaScript utilities of MLL

License

Notifications You must be signed in to change notification settings

mll-lab/js-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee3a184 · Aug 23, 2024
Feb 27, 2024
Aug 22, 2024
May 7, 2021
Dec 8, 2023
May 7, 2021
Dec 8, 2023
Aug 23, 2024
May 7, 2021
May 7, 2021
Dec 14, 2023
May 7, 2021
Feb 27, 2024
Aug 23, 2024
May 7, 2021
May 10, 2021
May 7, 2021
Feb 27, 2024
Aug 22, 2024

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