More api documentation updates

This commit is contained in:
Nick O'Leary
2019-01-28 14:40:24 +00:00
parent 2e063f91bc
commit e0bb03a53f
7 changed files with 109 additions and 4 deletions

View File

@@ -14,6 +14,16 @@
* limitations under the License.
**/
/**
* This module provides the node registry for the Node-RED runtime.
*
* It is responsible for loading node modules and making them available
* to the runtime.
*
* @namespace @node-red/registry
*/
var registry = require("./registry");
var loader = require("./loader");
var installer = require("./installer");