Global Functions Documentation You can call the function greet with a string
Class Decorators A Class Decorator is declared just before a class declaration. The class decorator is applied to the constructor of
Method Decorators A Method Decorator is declared just before a method declaration. The decorator is applied to the Property Descriptor
Static Properties Up to this point, we’ve only talked about the instance members of the class, those that show up on the object when
Dependencies on UMD libraries
Never The never type represents the type of values that never occur. For instance, never is the return type for a
// Type definitions for [~THE LIBRARY NAME~] [~OPTIONAL VERSION NUMBER~] // Project: [~THE PROJECT NAME~] // Definitions by: [~YOUR
Dependencies on Modules If your library depends on a module, use an import statement:
Union types Overview Union types are a powerful way to express a value that can be one of several types
Browserify
Page 9 of 29