greek-text-utils
Version:
A collection of greek text utils, including conversion to ISO 843/ELOT 743, Greeklish, Phonetic Latin, and Transliterated Latin
9 lines (8 loc) • 370 B
TypeScript
import { type ReplacementMap } from '../types.js';
/**
* Type 1 - Transliteration (μεταγραμματισμός) according to ELOT 743/ISO 843
* Simple, consistent character mapping - always reversible
* Used for bibliographic references, catalogs, databases
*/
export declare const greekToISO843Type1Map: ReplacementMap[];
export default greekToISO843Type1Map;