parse-code-context
Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
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.
object-visit
Call a specified method on each value in the given object.
map-visit
Map `visit` over an array of objects.
class-utils
Utils for working with JavaScript classes and prototype methods.