Network utilities for URL validation, IP address handling, and network-related operations
npm install @ts-utilkit/networknetwork Functions - TypeScript utility functions for network operations.
``bash`
npm install @ts-utilkit/network
- 🚀 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
`typescript
import { functionName } from '@ts-utilkit/network';
// Example usage
const result = functionName(input);
``
For complete API documentation, please visit the main repository.
MIT © MForofontov
Contributions are welcome! Please see the main repository for contribution guidelines.