Skip to content

Type Alias: RuleMethod()

ts
type RuleMethod = (...args: any[]) => any;

Parameters

ParameterType
...argsany[]

Returns

any