mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-06-30 18:54:27 +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.
549 B
549 B
hijri-core / hwNumeric
Variable: hwNumeric
consthwNumeric:number[]
Defined in: names/weekdays.ts:50
Numeric weekday values: 1 = Sunday through 7 = Saturday.
This follows the ISO 8601 convention where Monday = 1, but offset by one
to match the Islamic numbering where Sunday is the first day of the week.
Index alignment matches Date.prototype.getDay().