Functions
assert
assert( check: boolean | function , description?: string ) : void
Parameters
check: boolean | function
Optional description: string
Returns void
log
log( message: string | object | Error ) : void
Parameters
message: string | object | Error
Returns void
profile
profile( object: object , methodName: string , description?: string ) : void
Parameters
object: object
methodName: string
Optional description: string
Returns void
trace
trace( message: string ) : void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Provides functions that are useful for debugging. All functions in this namespace are no-ops (i.e. they do nothing) when running in production, avoiding the need to remove them.