hijri-core/.github/wiki/api/README.md
Aric Camarata 235ffb8851 docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config
targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to
package.json. Generate initial API reference pages.

Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
2026-05-30 16:41:58 -04:00

34 lines
950 B
Markdown

**hijri-core v1.0.1**
***
# hijri-core v1.0.1
## Interfaces
- [CalendarEngine](interfaces/CalendarEngine.md)
- [ConversionOptions](interfaces/ConversionOptions.md)
- [HijriDate](interfaces/HijriDate.md)
- [HijriYearRecord](interfaces/HijriYearRecord.md)
## Variables
- [hDatesTable](variables/hDatesTable.md)
- [hmLong](variables/hmLong.md)
- [hmMedium](variables/hmMedium.md)
- [hmShort](variables/hmShort.md)
- [hwLong](variables/hwLong.md)
- [hwNumeric](variables/hwNumeric.md)
- [hwShort](variables/hwShort.md)
- [MONTHS\_PER\_YEAR](variables/MONTHS_PER_YEAR.md)
- [MS\_PER\_DAY](variables/MS_PER_DAY.md)
## Functions
- [daysInHijriMonth](functions/daysInHijriMonth.md)
- [getCalendar](functions/getCalendar.md)
- [isValidHijriDate](functions/isValidHijriDate.md)
- [listCalendars](functions/listCalendars.md)
- [registerCalendar](functions/registerCalendar.md)
- [toGregorian](functions/toGregorian.md)
- [toHijri](functions/toHijri.md)