UNPKG

prisma-criteria

Version:

Parses, validates, and creates a criteria object that can be passed to the Prisma "findMany" method to query a list of resources matching the given filters, pagination and order.

3 lines (2 loc) 156 B
import { Validation } from './validation.util.js'; export declare const stringToNumber: (stringProspect: string | undefined) => Validation<string, number>;