News

Class input: The class you want to get the methods of. Object options: An object containing the following fields: deep (Boolean): If false the parent classes will not be iterated. includeStatic ...
Private methods in a JavaScript ES6 class using an ES7 decorator. This decorator wraps a class with another, exposing only public and static methods and properties. Behind the scenes, it creates ...