Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lernato/common

LernatoLLC45MITdeprecated4.2.0TypeScript support: included

this package has been deprecated

JavaScript utilities for writing code the Lernato way.

readme

@lernato/common

These are utility functions to help build a solid foundation of reliable data in JavaScript applications.

Installation

To install the package:

npm install @lernato/common

To use a function, import it from the common folder. For example,

import { getString } from '@lernato/common';