What the library covers
Start with the root entrypoint, then opt into browser helpers only where the runtime allows it.
Clear Runtime Boundaries
Keep universal helpers in shared modules and move DOM-dependent logic to the dedicated browser entrypoint.
Useful APIs, Small Surface
Fetch wrappers, FormData helpers, equality checks, URL utilities, storage helpers, and event helpers are grouped by purpose instead of scattered through application code.
Built for Real Integration
The package supports direct imports, namespace imports, and explicit subpath entrypoints for modern bundlers and SSR applications.