@nick-w3/utils
v1.0.1
Published
Shared utility functions and hooks for the Design System.
Readme
@nick-w3/utils
Shared utility functions and hooks for the Design System.
Overview
This package contains common utility functions and React hooks used across Design System. It provides type-safe, tree-shakeable utilities to ensure consistent behavior and optimal bundle size.
Installation
pnpm add @nick-w3/utilsUsage
import { someUtil } from "@nick-w3/utils";Development
# Build package
pnpm build
# Watch mode
pnpm dev
# Run linting
pnpm lintLicense
AGPL-3.0 - see the LICENSE file for details.
