Type: Function
A decorator configurable to validate the param type of a function
(object)
config options
Name | Description |
---|---|
config.validator Validator
|
The validation method |
Function
:
The decorated
An example function just to show the build and ci pipeline works.
(...any)
string
:
Hello world.
Join two strings with a space.
string
:
The result.
An example function to show JSDoc works with object destruction in function params.
(...any)