ServerTime

This commit is contained in:
Julien Valverdé
2024-07-17 07:26:57 +02:00
parent d364eba805
commit 0d792ad8be
4 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
import { Schema as S } from "@effect/schema"
export const ServerTime = S.DateFromString

View File

@@ -1 +1,2 @@
export * from "./ServerTime.type"
export * from "./Todo.class"