Name of the 'Pre' type decorator. *
Function that will be executed before the property or class has been processed, that receive the instance and cursor value as argument.
Optional
opt: Partial<PrePostOptions> = PrePostOptionsDefaultOptional configution.
The class or property decorator function.
preFunctionDecoratorFactory
function helps creates a decorator that saves the metadata ofPre
type decorator.