ltm-utilities
v0.1.2
Published
This is a utility package for practical uses
Downloads
4
Readme
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
npm install ltm-utilities
- Add the package to your code:
const Utils = require("ltm-utilities");
- Define the language in which the package should return strings, like the difference between dates: (
new Utils().languages
)