1.1.2 • Published 10 months ago
thomann-common-utils v1.1.2
Common utilities
A collection of utility functions for various common operations in JavaScript and TypeScript projects. The thomann-common-utils
package provides a set of reusable functions for string manipulation, number formatting, URL extraction, and more.
Table of Contents
Installation
You can install the package via npm:
npm install thomann-common-utils
Usage Example
import { generateRandomArrayIndex } from 'thomann-common-utils';
const randomIndex = generateRandomArrayIndex(10); // Generates a random index between 0 and 9