jkscript
v3.2.3
Published
Personal library with ES6 JavaScript utilities
Downloads
49
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 transformations
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