mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
feat: check leap year (index file)
This commit is contained in:
@@ -5,6 +5,7 @@ import { tool as hoursToDays } from './convert-hours-to-days/meta';
|
|||||||
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
|
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
|
||||||
import { tool as convertTimetoSeconds } from './convert-time-to-seconds/meta';
|
import { tool as convertTimetoSeconds } from './convert-time-to-seconds/meta';
|
||||||
import { tool as truncateClockTime } from './truncate-clock-time/meta';
|
import { tool as truncateClockTime } from './truncate-clock-time/meta';
|
||||||
|
import { tool as checkLeapYear } from './check-leap-years/meta';
|
||||||
|
|
||||||
export const timeTools = [
|
export const timeTools = [
|
||||||
daysDoHours,
|
daysDoHours,
|
||||||
@@ -13,5 +14,6 @@ export const timeTools = [
|
|||||||
convertTimetoSeconds,
|
convertTimetoSeconds,
|
||||||
truncateClockTime,
|
truncateClockTime,
|
||||||
timeBetweenDates,
|
timeBetweenDates,
|
||||||
timeCrontabGuru
|
timeCrontabGuru,
|
||||||
|
checkLeapYear
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user