Skip to main content

Getting Started

@lilib/utils has some common utils.

Install

npm install --save @lilib/utils

Example

import { warning } from "@lilib/utils";

warning(true, "Some warning message...");

License

Code licensed MIT, docs CC BY 4.0.