Skip to main content

Module validator

Module validator 

Source
Expand description

Argument validation for commands Argument validation for commands

This module provides validation capabilities for command arguments, allowing commands to enforce constraints on the number and type of arguments they accept.

Enums§

ArgValidator
Defines validation rules for command arguments

Type Aliases§

ValidatorFn
Type alias for custom validation functions