mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
8
node_modules/global/index.js
generated
vendored
Executable file
8
node_modules/global/index.js
generated
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
* Returns `this`. Execute this without a "context" (i.e. without it being
|
||||
* attached to an object of the left-hand side), and `this` points to the
|
||||
* "global" scope of the current JS execution.
|
||||
*/
|
||||
|
||||
module.exports = (function () { return this; })();
|
||||
Reference in New Issue
Block a user