mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-26 05:37:19 -05:00
4 lines
62 B
TypeScript
4 lines
62 B
TypeScript
import { z } from "zod";
|
|
|
|
export const zdate = z.coerce.date;
|