1.1.2 • Published 10 months ago

thomann-common-utils v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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
1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago