UNPKG

@vitruvius-labs/ts-predicate

Version:
7 lines (6 loc) 168 B
import type { Test } from "../type/test.mjs"; interface ArrayConstraints<Type> { itemTest?: Test<Type>; minLength?: number; } export type { ArrayConstraints };