1.0.5 • Published 12 months ago

@the-horizon-dev/fast-diacritics v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

fast-diacritics

A high-performance TypeScript library for handling diacritical marks in strings.

Features

Fast & Efficient - Optimized for performance
🎯 Type-Safe - Written in TypeScript with full type definitions
🔧 Zero Dependencies - No external runtime dependencies
🛡️ Robust - Comprehensive error handling and edge case coverage
📦 Lightweight - Small bundle size

Installation

To install the library, use npm:

npm install @the-horizon-dev/fast-diacritics

Usage

To use the Diacritics library, import the Diacritics class and call the remove method:

import { Diacritics } from '@the-horizon-dev/fast-diacritics';

const stringWithDiacritics = "Café";
const stringWithoutDiacritics = Diacritics.remove(stringWithDiacritics);

console.log(stringWithoutDiacritics); // Output: Cafe

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago