Package Exports
- @sheet-i18n/shared-utils
Readme
@sheet-i18n/shared-utils
A collection of pure utility functions commonly used in the sheet-i18n ecosystem. This package provides reusable, lightweight, and functional utilities to simplify logic and improve consistency across projects.
Features
- Pure Functions: Stateless, side-effect-free functions for predictable behavior.
- Reusable Utilities: Commonly used helpers that can be shared across different modules in
sheet-i18n. - Lightweight and Modular: Designed for efficiency and modularity.
- TypeScript Support: Fully typed utilities with comprehensive type definitions.
Installation
Install the package using npm or pnpm:
# Using npm
npm install @sheet-i18n/shared-utils
# Using pnpm
pnpm add @sheet-i18n/shared-utils