diff options
| author | Bobby <[email protected]> | 2026-04-22 07:39:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 07:39:20 +0530 |
| commit | 22912c4af19b9055ed95779c4d16020fe3a449eb (patch) | |
| tree | 9d2391df4cf27eb95b198685fbb33df2a1c42991 /time | |
| parent | 9f807f7e2d2d3711e2ca90cb3984234eef832ad4 (diff) | |
| download | hollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.tar.xz hollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.zip | |
Drop all barrel index.ts files; imports target leaf files directly
Diffstat (limited to 'time')
| -rw-r--r-- | time/index.ts | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/time/index.ts b/time/index.ts deleted file mode 100644 index e111b0d..0000000 --- a/time/index.ts +++ /dev/null @@ -1,45 +0,0 @@ -export { - DAYS_PER_MONTH, - DAYS_PER_WEEK, - DAYS_PER_YEAR, - FESTIVAL_DAYS, - FESTIVAL_MONTH, - MONTHS_PER_YEAR, - MONTH_NAMES, - REGULAR_MONTH_COUNT, - daysInMonth, - isFestival, - monthName, - monthSeason, - type MonthName, - type Season -} from './calendar' - -export { - addDays, - addMonths, - addWeeks, - addYears, - compareGameTime, - dayOfWeek, - dayOfYear, - daysBetween, - formatGameTime, - isAfter, - isBefore, - isSameDay, - makeGameTime, - toAbsoluteDays, - weeksBetween, - type GameTime -} from './gameTime' - -export { - TICK_UNIT_BY_LIFE_STAGE, - lifeStageForAge, - tickUnitForAge, - type LifeStage, - type TickUnit -} from './granularity' - -export { SPEEDS, type Speed } from './speed' |
