mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-07-01 19:24:28 +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.
33 lines
449 B
Markdown
33 lines
449 B
Markdown
[**luxon-hijri v3.0.0**](../README.md)
|
|
|
|
***
|
|
|
|
[luxon-hijri](../README.md) / isValidHijriDate
|
|
|
|
# Function: isValidHijriDate()
|
|
|
|
> **isValidHijriDate**(`hy`, `hm`, `hd`, `options?`): `boolean`
|
|
|
|
Defined in: node\_modules/.pnpm/hijri-core@1.0.0/node\_modules/hijri-core/dist/index.d.mts:41
|
|
|
|
## Parameters
|
|
|
|
### hy
|
|
|
|
`number`
|
|
|
|
### hm
|
|
|
|
`number`
|
|
|
|
### hd
|
|
|
|
`number`
|
|
|
|
### options?
|
|
|
|
[`ConversionOptions`](../interfaces/ConversionOptions.md)
|
|
|
|
## Returns
|
|
|
|
`boolean`
|