mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-01-27 09:29:05 +01:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { z } from 'zod';
|
|
|
|
export const IsPosInt = () => z.number().int().nonnegative();
|