Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umairabbasdev/uutils
helpers functions
https://github.com/umairabbasdev/uutils
helper string-manipulation time
Last synced: about 2 months ago
JSON representation
helpers functions
- Host: GitHub
- URL: https://github.com/umairabbasdev/uutils
- Owner: umairabbasDev
- License: mit
- Created: 2023-04-21T05:15:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:25:16.000Z (about 1 year ago)
- Last Synced: 2024-11-11T11:04:50.947Z (about 2 months ago)
- Topics: helper, string-manipulation, time
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# uutils TypeScript Utility Library
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
## ⚠️ Warning: Development Mode ⚠️
This package is currently in development, and its API may undergo changes. Use with caution in production environments.
## Overview
uutils is a TypeScript utility library that provides commonly used functions for daily programming tasks.The helping functions pacakge
## Installation
```bash
npm install @blackfiredev/utils
```## Usage
// Example usage
## Functions### `arrayToCSV`
this function coverts passed array to CSV string
```typescript
import {arrayToCSV} from '@blackfiredev/utils';const result = arrayToCSV([1, 2, 3, 4, 5])
console.log(result)
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.