Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.