UNPKG

query-registry

Version:

Query the npm registry for packuments, manifests, packages and download counts

6 lines (5 loc) 205 B
import * as z from "zod"; export const DownloadPeriod = z.union([ z.literal(["last-day", "last-week", "last-month", "last-year"]), z.string().regex(/^\d{4}-\d{2}-\d{2}(:\d{4}-\d{2}-\d{2})?$/), ]);