ltm-utilities

This is a utility package for practical uses


Keywords
Date, leontm, ltm, utility
License
GPL-3.0
Install
npm install ltm-utilities@0.1.2

Documentation

LTM-utilities

This is a utility package for practical uses. It can be used to generate ranodm strings, random colors, it can give you the difference between two dates back and much much more. If you have suggestions, just use the GitHub Discussions.

Use

  1. npm install ltm-utilities
  2. Add the package to your code: const Utils = require("ltm-utilities");
  3. Define the language in which the package should return strings, like the difference between dates: (new Utils().languages)

Docs

The GitBook