aboutsummaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/index.ts45
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'