static-extend
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
patch-method
Patch / extend / wrap / hook into class methods in a type-safe way
@mocko/sync
A synchronize decorator, which allows to call a method once a time
auto-bind
Automatically bind methods to their class instance