xLog/app/lib/uuid.ts

4 lines
84 B
TypeScript

import { validate } from "uuid"
export const isUUID = (id: string) => validate(id)