Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxgfr/ts-essentials-functions
- Owner: maxgfr
- License: mit
- Created: 2022-12-04T12:06:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:02:04.000Z (15 days ago)
- Last Synced: 2024-10-29T20:10:10.521Z (15 days ago)
- Topics: essentials-functions, functions, generic-function, typescript, zero-dependencies, zero-dependency
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ts-essentials-functions
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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....