Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/ts-essentials-functions

A set of essentials functions in typescript with zero-dependencies
https://github.com/maxgfr/ts-essentials-functions

essentials-functions functions generic-function typescript zero-dependencies zero-dependency

Last synced: 7 days ago
JSON representation

A set of essentials functions in typescript with zero-dependencies

Awesome Lists containing this project

README

        

# ts-essentials-functions

This is a collection of functions that I use in my projects. I'm sharing them here in case they are useful to anyone else.

## Installation

```bash
yarn add ts-essentials-functions
```

## Usage

Documentation is in progress. For now, you can look at the source code to see what each function does....