Skip to content

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • JavaScript 5.7%