Skip to content

Client Utilities

Client-side utilities for DOM manipulation, styling, forms, files, clipboard operations, and more.

Submodules

Installation

typescript
import * as clientUtils from '@beerush/utils/client'
// or
import { addClass } from '@beerush/utils/client'

Overview

The client module provides utilities specifically designed for browser environments. These utilities help with common tasks such as DOM manipulation, event handling, styling, and more.