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.
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
)