postFunctionDecoratorFactory function helps creates a decorator that saves the metadata of the Post type decorator.
postFunctionDecoratorFactory
Post
The type of the class the decorator is applied to.
Name of the 'Post' type decorator.
Function that will be executed after the property or class has been fully processed.
PrePost options.
The class or property decorator function.
postFunctionDecoratorFactory
function helps creates a decorator that saves the metadata of thePost
type decorator.