mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
docs: refresh TypeDoc API output (T-E8-03 QA-A verify)
This commit is contained in:
parent
e663b343ac
commit
4b1a1fc835
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
> **formatHijriDate**(`hijriDate`, `format`): `string`
|
> **formatHijriDate**(`hijriDate`, `format`): `string`
|
||||||
|
|
||||||
Defined in: [src/formatHijriDate.ts:24](https://github.com/acamarata/luxon-hijri/blob/19dc465d7f7d279e07bf7505e42f4bba5f93ef3b/src/formatHijriDate.ts#L24)
|
Defined in: [src/formatHijriDate.ts:24](https://github.com/acamarata/luxon-hijri/blob/e663b343ac1cd16188500a4302fd3e68ff29b3c1/src/formatHijriDate.ts#L24)
|
||||||
|
|
||||||
Format a Hijri date using a token-based format string.
|
Format a Hijri date using a token-based format string.
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/wiki/api/functions/toGregorian.md
vendored
2
.github/wiki/api/functions/toGregorian.md
vendored
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
> **toGregorian**(`hy`, `hm`, `hd`, `options?`): `Date`
|
> **toGregorian**(`hy`, `hm`, `hd`, `options?`): `Date`
|
||||||
|
|
||||||
Defined in: [src/toGregorian.ts:25](https://github.com/acamarata/luxon-hijri/blob/19dc465d7f7d279e07bf7505e42f4bba5f93ef3b/src/toGregorian.ts#L25)
|
Defined in: [src/toGregorian.ts:25](https://github.com/acamarata/luxon-hijri/blob/e663b343ac1cd16188500a4302fd3e68ff29b3c1/src/toGregorian.ts#L25)
|
||||||
|
|
||||||
Convert a Hijri date to a Gregorian Date object.
|
Convert a Hijri date to a Gregorian Date object.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
> **CalendarSystem** = `"uaq"` \| `"fcna"`
|
> **CalendarSystem** = `"uaq"` \| `"fcna"`
|
||||||
|
|
||||||
Defined in: [src/types.ts:20](https://github.com/acamarata/luxon-hijri/blob/19dc465d7f7d279e07bf7505e42f4bba5f93ef3b/src/types.ts#L20)
|
Defined in: [src/types.ts:20](https://github.com/acamarata/luxon-hijri/blob/e663b343ac1cd16188500a4302fd3e68ff29b3c1/src/types.ts#L20)
|
||||||
|
|
||||||
Built-in calendar system identifiers.
|
Built-in calendar system identifiers.
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/wiki/api/variables/formatPatterns.md
vendored
2
.github/wiki/api/variables/formatPatterns.md
vendored
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
> `const` **formatPatterns**: `object`
|
> `const` **formatPatterns**: `object`
|
||||||
|
|
||||||
Defined in: [src/formatPatterns.ts:10](https://github.com/acamarata/luxon-hijri/blob/19dc465d7f7d279e07bf7505e42f4bba5f93ef3b/src/formatPatterns.ts#L10)
|
Defined in: [src/formatPatterns.ts:10](https://github.com/acamarata/luxon-hijri/blob/e663b343ac1cd16188500a4302fd3e68ff29b3c1/src/formatPatterns.ts#L10)
|
||||||
|
|
||||||
Purpose: Reference map of all supported format tokens to their human-readable descriptions.
|
Purpose: Reference map of all supported format tokens to their human-readable descriptions.
|
||||||
Inputs: n/a — static data export
|
Inputs: n/a — static data export
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue