0.1.2 • Published 7 months ago

@gdquest/rad-utils v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@gdquest/rad-utils

A bunch of small, hopefully readable modules that ease development time.

Goals:

  • No build step
  • No dependencies
  • ES6 modules (assume modern JS environments)
  • Fully typed (no typescript, entirely JSDoc based)
  • Minimal and readable
  • Not customizable: the API is the code. To modify, copy-paste in your own project.

Intended Use

The intended use for this library is either:

  1. Load sub-modules directly from a CDN (such as https://esm.sh/) to create applications directly in an html page.
  2. prototype quickly, then later rip out the utilities and paste them in your own project once your API solidifies.