UNPKG

vue-ts-types

Version:

Lightweight TypeScript-first Vue prop type definitions

4 lines (3 loc) 148 B
import type { Validator } from '.'; /** Validator that only allows non-negative numbers (`>= 0`). */ export declare const isNonNegative: Validator;