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: about 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T14:12:20.000Z (about 2 months ago)
- Last Synced: 2025-08-17T16:13:43.665Z (about 2 months 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.17 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....