UNPKG

@hebcal/hdate

Version:

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

5 lines (4 loc) 110 B
/** * Removes nekudot from Hebrew string */ export declare function hebrewStripNikkud(str: string): string;