mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add env.get to function node defs
This commit is contained in:
@@ -102,3 +102,7 @@ declare class global {
|
|||||||
/** Get an array of the keys in the global context store */
|
/** Get an array of the keys in the global context store */
|
||||||
static keys(store?:string):Array<string> ;
|
static keys(store?:string):Array<string> ;
|
||||||
}
|
}
|
||||||
|
declare class env {
|
||||||
|
/** Get an environment variable value */
|
||||||
|
static get(name:string);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user