Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions types/node-red/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for node-red 0.17
// Project: http://nodered.org
// Definitions by: Anders E. Andersen <https://github.com/andersea>
// Thomas B. Mørch <https://github.com/tbowmo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

Expand All @@ -18,6 +19,12 @@ export interface Red {
settings: any;
events: any;
util: any;
httpAdmin: any;
auth: any;
comms: any;
library: any;
httpNode: any;
server: any;
/** Returns the version of the running Node-RED environment. */
version(): string;
}
Expand Down