Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
sandbox
/
node_modules
/
globalthis
:
implementation.browser.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* eslint no-negated-condition: 0, no-new-func: 0 */ 'use strict'; if (typeof self !== 'undefined') { module.exports = self; } else if (typeof window !== 'undefined') { module.exports = window; } else { module.exports = Function('return this')(); }