https://github.com/dz8540/helpers
All DZ's helpers.
https://github.com/dz8540/helpers
helpers javascript js lib library ts typescript
Last synced: 2 months ago
JSON representation
All DZ's helpers.
- Host: GitHub
- URL: https://github.com/dz8540/helpers
- Owner: DZ8540
- Created: 2021-11-22T05:44:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T16:57:52.000Z (over 4 years ago)
- Last Synced: 2025-02-20T08:44:07.322Z (over 1 year ago)
- Topics: helpers, javascript, js, lib, library, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DZ's Helpers
This package contains all helpers which DZ wrote since the release of this package.
## What's next?
This package will be expand every time when DZ will be wrote new helper.
## Available helpers
* log - logging your values with log method.
* warn - logging your values with warn method.
* info - logging your values with info method.
* error - logging your values with error method.
* toUpperCaseFirstLetter - uppercase first letter in your string.
* detectScheme - detect prefers color scheme.
* getDefault - returns default value if the guard check fails.