2.0.1 • Published 5 months ago

@blackfiredev/utils v2.0.1

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

uutils TypeScript Utility Library

License

⚠️ 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/utils

Usage

// 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.

2.0.1

5 months ago

2.0.0

10 months ago