feat: convert-days-to-hours (time tools)

This commit is contained in:
Chesterkxng
2025-03-24 20:23:28 +00:00
parent 330e24e27d
commit 3c51268397
9 changed files with 183 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
import { tool as daysDoHours } from './convert-days-to-hours/meta';
export const timeTools = [daysDoHours];