https://github.com/teclone/global
provides global adapters, for mocking a runtime environment, node or browser.
https://github.com/teclone/global
Last synced: 22 days ago
JSON representation
provides global adapters, for mocking a runtime environment, node or browser.
- Host: GitHub
- URL: https://github.com/teclone/global
- Owner: teclone
- Created: 2020-03-01T19:18:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:04:51.000Z (over 3 years ago)
- Last Synced: 2025-10-01T00:57:34.977Z (9 months ago)
- Language: TypeScript
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global
[](https://travis-ci.org/teclone/global)
[](https://coveralls.io/github/teclone/global?branch=master)
[](https://github.com/semantic-release/semantic-release)
[](https://badge.fury.io/js/%40teclone%2Fglobal)

global is a collection of few methods to help detect the environment a script is running on.
## Installation
```bash
npm install @teclone/global
```