jkscript
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

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
  • types: 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

Alt

/jkscript/

    Package Sidebar

    Install

    npm i jkscript

    Weekly Downloads

    7

    Version

    3.3.0

    License

    MIT

    Unpacked Size

    99.9 kB

    Total Files

    118

    Last publish

    Collaborators

    • jordankowal