UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 154 B
import { z } from 'zod'; import type { VersioningApi } from './types'; export declare const Versioning: z.ZodEffects<z.ZodString, VersioningApi, string>;