hijri-core/.github/wiki/api/variables/hwNumeric.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

549 B

hijri-core v1.0.1


hijri-core / hwNumeric

Variable: hwNumeric

const hwNumeric: 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().