KLibrary
KLibrary (or just KLib) is a lightweight, utility library designed to support addon development. It provides shared constants, formatting helpers, registration logic, and UI controls and utilities across all of my of addons.
KLib is automatically installed as a dependency by any addon that uses it. If you're using a K-Suite addon or any other mod that depends on KLib, your addon manager (e.g. CurseForge) will handle installation for you.
If you are a developer and wish to use KLib in your own addons, please refer to KLib.lua in the root folder for the exports and the public API.

