An open API service indexing awesome lists of open source software.

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.

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.