UNPKG

@tmlmobilidade/utils

Version:

A collection of utility functions and helpers for the TML Mobilidade Go monorepo, providing common functionality for batching operations, caching, HTTP requests, object manipulation, permissions, and more.

3 lines (2 loc) 120 B
import { z } from 'zod'; export declare function validateQueryParams<T>(queryParams: unknown, schema: z.ZodTypeAny): T;