update main.d.ts
parent
1b917b174e
commit
5ed250fb97
|
|
@ -12538,6 +12538,14 @@ declare const global: {
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A reference to the global scope, where everything is defined.
|
||||||
|
* This is identical to `global` but was introduced in the ECMAScript spec.
|
||||||
|
* @returns {any} The global scope
|
||||||
|
* @url http://www.espruino.com/Reference#l__global_globalThis
|
||||||
|
*/
|
||||||
|
// globalThis - builtin
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A variable containing the arguments given to the function:
|
* A variable containing the arguments given to the function:
|
||||||
* ```
|
* ```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue