deno.land / x / prayers@v1.6.0 / src / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export { HighLatitudeRule, PolarCircleResolution } from 'adhan'export { StaticCalculator } from './Calculator'export { ReactiveCalculator } from './ReactiveCalculator'export { Formatter } from './Formatter'export { recommendMethod } from './MethodRecommender'export { calculateQiblaDirection } from './QiblaCalculator'
// Types exportexport { Methods } from './types/Methods'export { AsrTime } from './types/AsrTime'export { EventType, PrayerNames } from './types/TimeObject'export { HijriCalendar } from './types/HijriCalendar'export type { PrayersTimeObject, PrayerNamesType, TimesNamesType, FormattedTimeObject, TimeEventObject, TimeObject,} from './types/TimeObject'export type { CoordinatesObject } from './types/Coordinates'export type { FormatterConfig } from './types/FormatterConfig'export type { CalculationsConfig, ReactiveCalculationsConfig } from './types/CalculationsConfig'
prayers

Version Info

Tagged at
7 months ago