UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

4 lines (3 loc) 187 B
import type { NumericValue } from '@directus/types'; import type { NumberInfo } from '../types.js'; export declare function numberInRange(value: NumericValue, info: NumberInfo): boolean;