NodeModule

open class NodeModule(val name: String)

Abstraction of a Node.js module, which can be installed and linked to a NodeJsWrapper through a NpmWrapper.

Parameters

name

name of the module, which matches the name in the NPM registry

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard