UNPKG

livr

Version:

Lightweight validator supporting Language Independent Validation Rules Specification

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