diff options
Diffstat (limited to 'desktop/node_modules/globalthis/implementation.js')
-rw-r--r-- | desktop/node_modules/globalthis/implementation.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/node_modules/globalthis/implementation.js b/desktop/node_modules/globalthis/implementation.js new file mode 100644 index 0000000..46b8ceb --- /dev/null +++ b/desktop/node_modules/globalthis/implementation.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = global; |