Access global identifiers in Node.js without using the global keyword. This package provides a simple way to reference global objects like window, document, setTimeout, and console across different JavaScript environments, promoting consistent code. It's valuable for library authors aiming to support both browser and Node.js environments within a single codebase, avoiding conditional checks for global scope.