C# Class Node.net.Modules.AssertModule

Inheritance: HostModule
Mostra file Open project: WindowsTermKit/TermKit

Public Methods

Method Description
AssertModule ( IronJS env ) : System

The public constructor for the 'assert' module.

Method Details

AssertModule() public method

The public constructor for the 'assert' module.
public AssertModule ( IronJS env ) : System
env IronJS The JavaScript environment.
return System