mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
More api documentation updates
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user