Shared utility functions and hooks for the Gitcoin Core Design System.
This package contains common utility functions and React hooks used across Gitcoin applications. It provides type-safe, tree-shakeable utilities to ensure consistent behavior and optimal bundle size.
pnpm add @gitcoin/utils
import { someUtil } from '@gitcoin/utils'
# Build package
pnpm build
# Watch mode
pnpm dev
# Run linting
pnpm lint
AGPL-3.0 - see the LICENSE file for details.