babel-plugin-function-decorators
v1.2.0
Published
A babel plugin for decorating functions
Downloads
3
Readme
babel-plugin-function-decorators
A babel plugin for decorating functions.
A decorator is a function used to enhance/modify the target function.
A decorator function takes in the target function with its parameters and returns a new enhanced/modified function.
The name of the decorator function must end in "_".