@ts-utilkit/date
v0.1.0
Published
Date and time manipulation utilities for formatting, calculations, and timezone handling
Downloads
45
Maintainers
Readme
@ts-utilkit/date
date Functions - TypeScript utility functions for date operations.
Installation
npm install @ts-utilkit/dateFeatures
- 🚀 TypeScript-first with complete type definitions
- ✅ Comprehensive test coverage (>95%)
- 📦 Tree-shakeable ESM and CommonJS support
- 🔒 Type-safe with strict TypeScript configuration
- 📖 Extensive JSDoc documentation
Usage
import { functionName } from '@ts-utilkit/date';
// Example usage
const result = functionName(input);API Documentation
For complete API documentation, please visit the main repository.
License
MIT © MForofontov
Contributing
Contributions are welcome! Please see the main repository for contribution guidelines.
