batoulapps / adhan-js

High precision Islamic prayer time library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[suggestion]: Use `const enums` for some constant variables

AyahBot-Dev opened this issue · comments

Assalamu'alaikum,

Using const enums instead of using direct Object (like in Madhab) will be a better choice for many things. It will reduce number of objects (if you turn preserveConstEnums off, TS compiler will automatically convert every occurrence to their value).

Thanks in advance!