mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-17 13:28:33 +05:30
feat: check leap year (index file)
This commit is contained in:
parent
1d2d714143
commit
6c41eac44d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue