Added soem things

This commit is contained in:
PxlLoewe
2025-05-20 11:33:08 -07:00
parent 0394e0a97e
commit a7372edfb5
22 changed files with 111 additions and 169 deletions

View File

@@ -0,0 +1,2 @@
export const checkSimulatorConnected = (date: Date) =>
date && Date.now() - new Date(date).getTime() <= 30_000;