mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-06-30 18:54:25 +00:00
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.
674 B
674 B
date-fns-hijri / isValidHijriDate
Function: isValidHijriDate()
isValidHijriDate(
hy,hm,hd,options?):boolean
Defined in: src/index.ts:62
Check whether a Hijri date is valid for the given calendar system.
Verifies that the year, month (1–12), and day (1–daysInMonth) all exist in the calendar's data table.
Parameters
hy
number
hm
number
hd
number
options?
Returns
boolean