jkscript
v3.3.0
Published
Personal library with ES6 JavaScript utilities
Downloads
167
Maintainers
Readme
jkscript
Description
Personal library with ES6 JavaScript utilities
async
: Debouncing, throttling, and other async or time-related utilitieschecks
: Type checks and assertionscookies
: Cookie managementdom
: DOM interactionsmaths
: Math utilitiesrequests
: Utilities for performing HTTP requeststransforms
: String and object transformationstypes
: Useful and re-usable types
Using git hooks
Git hooks are set in the .githooks folder
(as .git/hooks
is not tracked in .git
)
Run the following command to tell git
to look for hooks in this folder:
git config core.hooksPath .githooks