Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimplesy/util
Collection of common JavaScript / TypeScript utils
https://github.com/dimplesy/util
Last synced: 6 days ago
JSON representation
Collection of common JavaScript / TypeScript utils
- Host: GitHub
- URL: https://github.com/dimplesy/util
- Owner: DimplesY
- License: mit
- Created: 2022-08-25T18:06:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T03:02:07.000Z (8 months ago)
- Last Synced: 2024-04-22T11:45:18.033Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 551 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @dimplesyj/util
[![NPM version](https://img.shields.io/npm/v/@dimplesyj/util?color=a1b858&label=)](https://www.npmjs.com/package/@dimplesyj/util)
[![Docs](https://img.shields.io/badge/docs-green)](https://www.jsdocs.io/package/@dimplesyj/util)Collection of common JavaScript / TypeScript utils
# Installation
``` shell
$ npm install @dimplesyj/util
# or
$ yarn add @dimplesyj/util
# or
$ pnpm add @dimplesyj/util
```# Usage
- array.ts - Array utils
- color.ts - Color utils
- date.ts - Date utils
- img.ts - Image utils
- is.ts - Type check utils
- misc.ts - Misc utils
- number.ts - Number utils
- object.ts - Object utils
- promise.ts - Promise utils
- random.ts - Random utils
- regexp.ts - RegExp utils
- string.ts - String utils
- vendor.ts - Vendor utils
- version.ts - Version utils
- types.ts - Types## Sponsors