UNPKG

livr

Version:

Lightweight validator supporting Language Independent Validation Rules Specification

10 lines (8 loc) 299 B
// Type inference for 'not_empty_list' rule import type { RuleTypeDef } from '../../../types/inference'; declare module '../../../types/inference' { interface RuleTypeRegistry { not_empty_list: RuleTypeDef<unknown[], false, false>; notEmptyList: RuleTypeRegistry['not_empty_list']; } }