mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-01 03:04:29 +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.
676 B
676 B
hijri-core / isValidHijriDate
Function: isValidHijriDate()
isValidHijriDate(
hy,hm,hd,options?):boolean
Defined in: index.ts:78
Check whether a Hijri date is valid for the given calendar engine.
Parameters
hy
number
Hijri year
hm
number
Hijri month (1-12)
hd
number
Hijri day (1-30)
options?
conversion options (calendar engine selection)
Returns
boolean
true if the date is valid