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.
604 B
604 B
date-fns-hijri / getDaysInHijriMonth
Function: getDaysInHijriMonth()
getDaysInHijriMonth(
hy,hm,options?):number
Defined in: src/index.ts:107
Get the number of days in a Hijri month (29 or 30).
Parameters
hy
number
hm
number
options?
Returns
number
Throws
If the year is outside the calendar's supported range.