0.0.9 • Published 5 months ago

@alphaomega/utils v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Utility Functions Library

A comprehensive collection of utility functions to streamline common programming tasks. This library offers a wide range of utilities covering array manipulation, string processing, object handling, function enhancements, validation routines, data conversion, date-time operations, and miscellaneous helpers.

Installation

yarn add @alphaomega/utils

Usage

After installation, you can import and use the utility functions in your project:

import { deepClone, capitalize, isEmailValid } from '@alphaomega/utils';

// Example usage
const clonedObject = deepClone(originalObject);
const capitalizedString = capitalize('hello world');
const emailIsValid = isEmailValid('test@example.com');
0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago