/jkscript

Personal library with ES6 JavaScript utilities.

Primary LanguageTypeScriptMIT LicenseMIT

jkscript

Description

Personal library with ES6 JavaScript utilities

  • async: Debouncing, throttling, and other async or time-related utilities
  • checks: Type checks and assertions
  • cookies: Cookie management
  • dom: DOM interactions
  • maths: Math utilities
  • requests: Utilities for performing HTTP requests
  • transforms: 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