@blackfiredev/utils
v2.0.1
Published
[](https://opensource.org/licenses/MIT)
Readme
uutils TypeScript Utility Library
⚠️ 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
npm install @blackfiredev/utilsUsage
// Example usage
Functions
arrayToCSV
this function coverts passed array to CSV string
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 file for details.
