UNPKG

@hebcal/hdate

Version:

converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold

8 lines (7 loc) 235 B
/** * Removes niqqud from Hebrew string * @example * hebrewStripNikkud('אֱלוּל'); // 'אלול' * hebrewStripNikkud('חֶשְׁוָן'); // 'חשון' */ export declare function hebrewStripNikkud(str: string): string;