Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kipicenko/chaocore-utils
The utils library for JavaScript and TypeScript.
https://github.com/kipicenko/chaocore-utils
chaocore helpers helpers-library javascript programming typescript utils utils-library
Last synced: about 2 months ago
JSON representation
The utils library for JavaScript and TypeScript.
- Host: GitHub
- URL: https://github.com/kipicenko/chaocore-utils
- Owner: Kipicenko
- License: mit
- Created: 2023-11-03T22:38:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T17:25:51.000Z (10 months ago)
- Last Synced: 2024-05-21T02:44:57.587Z (8 months ago)
- Topics: chaocore, helpers, helpers-library, javascript, programming, typescript, utils, utils-library
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @chaocore/utils
The utils library for JavaScript and TypeScript.
## Installing
Using npm:
```bash
npm i @chaocore/utils
```Using yarn:
```bash
yarn add @chaocore/utils
```Using pnpm:
```bash
pnpm add @chaocore/utils
```