https://github.com/kazedevid/utils-support
A lightweight utility library with various helper functions.
https://github.com/kazedevid/utils-support
Last synced: about 1 year ago
JSON representation
A lightweight utility library with various helper functions.
- Host: GitHub
- URL: https://github.com/kazedevid/utils-support
- Owner: KazeDevID
- Created: 2025-04-09T14:07:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:01:43.000Z (about 1 year ago)
- Last Synced: 2025-04-12T05:58:11.836Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://kajedevid.github.io/utils-support-docs/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ð ïļ Utils Support
A lightweight, zero-dependency utils-support library with a comprehensive set of helper functions for JavaScript and TypeScript. This package provides a collection of utilities for working with arrays, objects, dates, strings, web functionality, and more.
## âĻ Features
- ð **Dual Format Support**: Works with both ESM and CommonJS
- ðĶ **Tree-Shakable**: Import only what you need
- ð **Type-Safe**: Full TypeScript support with detailed type definitions
- ð§Đ **Modular**: Organized into logical categories
- ðŠķ **Lightweight**: Zero dependencies and tiny footprint
- ð§ **Intuitive API**: Simple and consistent function naming
## ð Categories
- **Array**: Manipulate and transform arrays
- **Object**: Work with objects efficiently
- **String**: String transformation and manipulation
- **Date**: Date formatting and calculations
- **Number**: Number formatting and math utilities
- **Web**: Browser-related helpers for URLs, cookies, etc.
- **Logger**: Colorful console logging
- **Validation**: Input validation helpers
- **Storage**: Local/session storage utilities
## ðĨ Installation
```bash
# Using npm
npm install utils-support
# Using yarn
yarn add utils-support
# Using pnpm
pnpm add utils-support
```