IRule<T extends AnyECType, U> Type Alias
IRule = (ecDefinition: T, ...args: U[]) => AsyncIterable<BaseDiagnostic<T, any[]>>
Interface used for all rule implementations used during schema validation.
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.