mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 21:49:31 +02:00
Merge branch 'main' into chesterkxng
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { tool as timeBetweenDates } from './time-between-dates/meta';
|
||||
import { tool as daysDoHours } from './convert-days-to-hours/meta';
|
||||
import { tool as hoursToDays } from './convert-hours-to-days/meta';
|
||||
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
|
||||
@@ -9,5 +10,6 @@ export const timeTools = [
|
||||
hoursToDays,
|
||||
convertSecondsToTime,
|
||||
convertTimetoSeconds,
|
||||
truncateClockTime
|
||||
truncateClockTime,
|
||||
timeBetweenDates
|
||||
];
|
||||
|
Reference in New Issue
Block a user