An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Global

[![Build Status](https://travis-ci.org/teclone/global.svg?branch=master)](https://travis-ci.org/teclone/global)
[![Coverage Status](https://coveralls.io/repos/github/teclone/global/badge.svg?branch=master)](https://coveralls.io/github/teclone/global?branch=master)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![npm version](https://badge.fury.io/js/%40teclone%2Fglobal.svg)](https://badge.fury.io/js/%40teclone%2Fglobal)
![npm](https://img.shields.io/npm/dt/%40teclone%2Fglobal.svg)

global is a collection of few methods to help detect the environment a script is running on.

## Installation

```bash
npm install @teclone/global
```